com.sun.jersey.api.core
Annotation Type ParentRef


@Target(value={PARAMETER,METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface ParentRef

Used to annotate fields or parameters that shall be injected with parent resource class instances or instances obtained from registered IoC component provider factories (if any).

Author:
[email protected]



Copyright © 2011 Oracle Corporation. All Rights Reserved.