@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 |
---|---|
Class<? extends AccessRestriction>[] |
value
Kind of access that are restricted.
|
public abstract Class<? extends AccessRestriction>[] value
Copyright © 2013. All Rights Reserved.