org.jboss.solder.literal
Class NonbindingLiteral

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

public class NonbindingLiteral
extends AnnotationLiteral<Nonbinding>
implements Nonbinding

See Also:
Serialized Form

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

NonbindingLiteral

public NonbindingLiteral()


Copyright © 2011 Seam Framework. All Rights Reserved.