com.caucho.config.inject
Class NoAspectLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<NoAspect>
      extended by com.caucho.config.inject.NoAspectLiteral
All Implemented Interfaces:
NoAspect, java.io.Serializable, java.lang.annotation.Annotation

public class NoAspectLiteral
extends AnnotationLiteral<NoAspect>
implements NoAspect

Represents the @Default annotation

See Also:
Serialized Form

Field Summary
static NoAspect ANN
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode
 
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
 

Field Detail

ANN

public static final NoAspect ANN
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface java.lang.annotation.Annotation
Overrides:
toString in class AnnotationLiteral<NoAspect>