Annotation Type ConnectorAttributes
- 
@Retention(CLASS) @Target(TYPE) public @interface ConnectorAttributes
This class is used to allow multipleConnectorAttributedeclarations. NOTE: Experimental, not part of the specification.This class should not be used directly. Instead, multiple
ConnectorAttributeshould be used on the class annotated withConnector. 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description ConnectorAttribute[]value 
 - 
 
- 
- 
Element Detail
- 
value
ConnectorAttribute[] value
- Returns:
 - the array of 
ConnectorAttribute, must not containnull. 
 
 - 
 
 -