JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
javax.ws.rs.core
Context
Contents
Description
Hide sidebar
Show sidebar
Annotation Type 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.
See Also:
Application
UriInfo
Request
HttpHeaders
SecurityContext
Providers