org.jboss.solder.literal
Class RequiresLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Requires>
      extended by org.jboss.solder.literal.RequiresLiteral
All Implemented Interfaces:
Serializable, Annotation, Requires

public class RequiresLiteral
extends AnnotationLiteral<Requires>
implements Requires

See Also:
Serialized Form

Constructor Summary
RequiresLiteral(String[] classes)
           
 
Method Summary
 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

RequiresLiteral

public RequiresLiteral(String[] classes)
Method Detail

value

public String[] value()


Copyright © 2011 Seam Framework. All Rights Reserved.