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 of
ThreadContextConfig annotation instances.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.smallrye.context.api.ThreadContextConfig
ThreadContextConfig.Literal -
Field Summary
Fields -
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
DEFAULT_INSTANCE
-
-
Method Details
-
of
public static ThreadContextConfig.Literal of(String[] cleared, String[] unchanged, String[] propagated) -
cleared
-
unchanged
-
propagated
-