Annotation Type Permissions


@Target({METHOD,CONSTRUCTOR,TYPE})
@Inherited
@Documented
public @interface Permissions

This annotation indicates that a class or method is created by the Java Security Manager.

Classes and methods with this annotation should be public