javax.annotation.security
注释类型 DenyAll


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface DenyAll

Specifies that no security roles are allowed to invoke the specified method(s) - i.e that the methods are to be excluded from execution in the J2EE container.

从以下版本开始:
Common Annotations 1.0
另请参见:
RolesAllowed, PermitAll



Copyright © 2013. All Rights Reserved.