|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface WithArgumentExtractor
Indicates that this annotation should use the given argument extractor
Required Element Summary | |
---|---|
Class<? extends ArgumentExtractor<?>> |
value
The argument extractor that should be used with this annotation |
Element Detail |
---|
public abstract Class<? extends ArgumentExtractor<?>> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |