org.jboss.solder.literal
Class InjectLiteral

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

public class InjectLiteral
extends AnnotationLiteral<Inject>
implements Inject

See Also:
Serialized Form

Field Summary
static Inject INSTANCE
           
 
Constructor Summary
InjectLiteral()
           
 
Method Summary
 
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
 

Field Detail

INSTANCE

public static final Inject INSTANCE
Constructor Detail

InjectLiteral

public InjectLiteral()


Copyright © 2011 Seam Framework. All Rights Reserved.