Java EE 5 SDK

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:
Common Annotations 1.0

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.