|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Documented @Target(value=PARAMETER) public @interface HasAnnotation
Used to indicate that the actual type of a parameter on a converter method must have the given annotation class to be applicable. e.g. this annotation could be used on a JAXB converter which only applies to objects with a JAXB annotation on them
| Required Element Summary | |
|---|---|
Class |
value
|
| Element Detail |
|---|
public abstract Class value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||