Package org.jboss.weld.literal
Class ScopeLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<Scope>
-
- org.jboss.weld.literal.ScopeLiteral
-
- All Implemented Interfaces:
Annotation
public class ScopeLiteral extends AnnotationLiteral<Scope> implements Scope
Annotation literal forScope
?- Author:
- Pete Muir
- See Also:
- Serialized Form
-
-
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 Scope INSTANCE
-
-