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