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 of
CurrentThreadContext annotation instances.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.smallrye.context.api.CurrentThreadContext
CurrentThreadContext.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 CurrentThreadContext.Literal of(boolean remove, String[] cleared, String[] unchanged, String[] propagated) -
remove
public boolean remove() -
cleared
-
unchanged
-
propagated
-