|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface TCKStrict
Marker annotation for TCK - interfaces or classes annotated with this annotation will be checked for backward compatibility between minor releases by TCK. Interfaces that are meant to be implemented by users should be annotated with this annotation. Typically event callback interfaces, listener interfaces, enums etc should be marked with this annotation as those interface are supposed to be implemented by toolkit users.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |