@Retention(value=CLASS) @Target(value=TYPE) public @interface ConnectorAttributes
ConnectorAttribute
declarations.
NOTE: Experimental, not part of the specification.
This class should not be used directly. Instead, multiple ConnectorAttribute
should be used on the
class annotated with Connector
.
Modifier and Type | Required Element and Description |
---|---|
ConnectorAttribute[] |
value |
public abstract ConnectorAttribute[] value
ConnectorAttribute
, must not contain null
.Copyright © 2018–2021 SmallRye. All rights reserved.