|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE) @Documented public @interface FrameworkOnly
This annotation marks classes, interfaces and other elements that should not be used by clients. To be more specific:
FrameworkOnly should not be instantiated or subclassed by a clientFrameworkOnly should not be implemented by a clientFrameworkOnly should not be invoked by a clientFrameworkOnly attribute is not inheritedFrameworkOnlyFrameworkOnly element.
ClientOnly
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||