org.jboss.solder.literal
Class ResourceLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Resource>
      extended by org.jboss.solder.literal.ResourceLiteral
All Implemented Interfaces:
java.io.Serializable, java.lang.annotation.Annotation, Resource

public class ResourceLiteral
extends javax.enterprise.util.AnnotationLiteral<Resource>
implements Resource

See Also:
Serialized Form

Constructor Summary
ResourceLiteral(java.lang.String name)
           
 
Method Summary
 java.lang.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

ResourceLiteral

public ResourceLiteral(java.lang.String name)
Method Detail

value

public java.lang.String value()


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