Class ActivateThreadScope.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<ActivateThreadScope>
-
- org.jboss.weld.environment.se.contexts.activators.ActivateThreadScope.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- ActivateThreadScope
public static class ActivateThreadScope.Literal extends javax.enterprise.util.AnnotationLiteral<ActivateThreadScope> implements ActivateThreadScope
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.environment.se.contexts.activators.ActivateThreadScope
ActivateThreadScope.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static ActivateThreadScope.LiteralINSTANCE
-
Constructor Summary
Constructors Constructor Description Literal()
-
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 ActivateThreadScope.Literal INSTANCE
-
-