|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Raw
Use this tag to mark raw arguments.
Raw arguments will be passed as they are to the dynamic
selector in the dispatching policy, and will not be
included in the list of the method arguments. Raw
arguments can be any objects or integers. A raw argument
cannot be further qualified by the @As
or
@IfNull
tags.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |