|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public static @interface RequestBean.ServiceRequest
marks either fields or methods to be injected with the current ServiceRequest.
Methods annotated with @RequestBean.ServiceRequest must take
exactly one argument of the following type: ServiceRequest.
Fields annotated with @RequestBean.ServiceRequest must be of the
following type: ServiceRequest.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||