@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Workbench
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
The components name.
|
java.lang.String[] |
perspectives
Define all perspective id's which belongs to workbench..
|