org.jboss.ejb3.annotation.impl
Class RolesAllowedImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.RolesAllowedImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.annotation.security.RolesAllowed

public class RolesAllowedImpl
extends java.lang.Object
implements javax.annotation.security.RolesAllowed

// *


Constructor Summary
RolesAllowedImpl()
           
 
Method Summary
 void addValue(java.lang.String value)
           
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 java.lang.String name()
           
 java.lang.String[] value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

RolesAllowedImpl

public RolesAllowedImpl()
Method Detail

addValue

public void addValue(java.lang.String value)

value

public java.lang.String[] value()

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

name

public java.lang.String name()