|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=CLASS) @Documented @Indexed public @interface Restricted
Indicates that a particular element is really deprecated and that the access to it is subject to the additional restrictions.
These annotations and restrictions introduced by them are enforced by the "access-modifier-checker" mojo.
Required Element Summary | |
---|---|
java.lang.Class<? extends AccessRestriction>[] |
value
Kind of access that are restricted. |
Element Detail |
---|
public abstract java.lang.Class<? extends AccessRestriction>[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |