@Retention(value=CLASS) @Target(value=TYPE) public @interface ConnectorAttributes
ConnectorAttribute declarations.
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 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.