Package io.smallrye.context.api
Class CurrentThreadContext.Literal
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<CurrentThreadContext>
-
- io.smallrye.context.api.CurrentThreadContext.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- CurrentThreadContext
public static final class CurrentThreadContext.Literal extends jakarta.enterprise.util.AnnotationLiteral<CurrentThreadContext> implements CurrentThreadContext
Util class used for inline creation ofCurrentThreadContextannotation instances.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.smallrye.context.api.CurrentThreadContext
CurrentThreadContext.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static CurrentThreadContext.LiteralDEFAULT_INSTANCE
-
Method Summary
-
Methods inherited from class jakarta.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
-
DEFAULT_INSTANCE
public static final CurrentThreadContext.Literal DEFAULT_INSTANCE
-
-