org.jboss.cdi.tck.tests.event.observer
Class RoleLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Role>
      extended by org.jboss.cdi.tck.tests.event.observer.RoleLiteral
All Implemented Interfaces:
Serializable, Annotation, Role

public class RoleLiteral
extends javax.enterprise.util.AnnotationLiteral<Role>
implements Role

See Also:
Serialized Form

Constructor Summary
RoleLiteral(String value, String nonbindingValue)
           
 
Method Summary
 String nonbindingValue()
           
 String value()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Constructor Detail

RoleLiteral

public RoleLiteral(String value,
                   String nonbindingValue)
Method Detail

value

public String value()

nonbindingValue

public String nonbindingValue()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.