javax.annotation.security
Annotation Type DeclareRoles


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

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

Since:
1.0

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.