|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Control
The Control annotation type is used to annotate a field within a control client source file that is a control reference. It is the declarative mechanism for instantiating controls in Java clients. Java Controls runtime implementations will automatically initialize such annotated field references to an appropriate Java Control Bean of the requested type, and perform event listener hookup etc.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |