org.jboss.solder.literal
Class DependentLiteral

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

public class DependentLiteral
extends AnnotationLiteral<Dependent>
implements Dependent

See Also:
Serialized Form

Field Summary
static Dependent INSTANCE
           
 
Constructor Summary
DependentLiteral()
           
 
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 Dependent INSTANCE
Constructor Detail

DependentLiteral

public DependentLiteral()


Copyright © 2011 Seam Framework. All Rights Reserved.