@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface CallbackComponent
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
id
The component id.
|
java.lang.String |
name
The components name.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
active
The active state at start time.
|