JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
javax.ws.rs.core
Annotation Interface Context
@Target
({
PARAMETER
,
METHOD
,
FIELD
})
@Retention
(
RUNTIME
)
@Documented
public @interface
Context
This annotation is used to inject information into a class field, bean property or method parameter.
Since:
1.0
See Also:
Application
UriInfo
Request
HttpHeaders
SecurityContext
Providers