Annotation Interface ConnectorAttributes
This class is used to allow multiple
ConnectorAttribute
declarations.
This class should not be used directly. Instead, multiple ConnectorAttribute
should be used on the
class annotated with Connector
.-
Required Element Summary
-
Element Details
-
value
ConnectorAttribute[] value- Returns:
- the array of
ConnectorAttribute
, must not containnull
.
-