Package org.jboss.weld.literal
Class StereotypeLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<Stereotype>
-
- org.jboss.weld.literal.StereotypeLiteral
-
- All Implemented Interfaces:
Annotation
public class StereotypeLiteral extends AnnotationLiteral<Stereotype> implements Stereotype
Annotation literal forStereotype?- Author:
- Pete Muir
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StereotypeINSTANCE
-
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 Stereotype INSTANCE
-
-