@Target(value={PARAMETER,METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface Context
This annotation is used to inject information into a class field, bean property or method parameter.
Note that future versions of this API will stop supporting injection via
Context
as part of a tighter integration and alignment with
Jakarta CDI.
Application
,
UriInfo
,
Request
,
HttpHeaders
,
SecurityContext
,
Providers