javax.ws.rs.core
Annotation Type Context


@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.

See Also:
UriInfo, Request, HttpHeaders, SecurityContext, Providers



Copyright © 2009. All Rights Reserved.