javax.annotation.security
注释类型 DeclareRoles


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface DeclareRoles

Used by application to declare roles. It can be specified on a class.

从以下版本开始:
Common Annotations 1.0

必需元素摘要
 String[] value
           
 

元素详细信息

value

public abstract String[] value


Copyright © 2013. All Rights Reserved.