@Retention(value=CLASS)
@Documented
@Indexed
public @interface Restricted
These annotations and restrictions introduced by them are enforced by the "access-modifier-checker" mojo.
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends AccessRestriction>[] |
value
Kind of access that are restricted.
|
public abstract java.lang.Class<? extends AccessRestriction>[] value
Copyright © 2012. All Rights Reserved.