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