|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ElementMetadataResolver
Resolver contract for fluently querying annotation metadata of the elements of the subject of resolution
| Method Summary | |
|---|---|
boolean |
haveAnyFieldsAnnotatedWith(Class<? extends Annotation>... annotations)
Are any fields of the subject of resolution annotated with one of the given annotations |
boolean |
haveAnyFieldsMetaAnnotatedWith(Class<? extends Annotation>... annotations)
Are any fields of the subject of resolution annotated with one of the given annotations or annotations annotated by the given annotations |
boolean |
haveAnyMethodsAnnotatedWith(Class<? extends Annotation>... annotations)
Are any methods of the subject of resolution annotated with one of the given annotations |
boolean |
haveAnyMethodsMetaAnnotatedWith(Class<? extends Annotation>... annotations)
Are any methods of the subject of resolution annotated with one of the given annotations or annotations annotated by the given annotations |
| Method Detail |
|---|
boolean haveAnyMethodsAnnotatedWith(Class<? extends Annotation>... annotations)
boolean haveAnyMethodsMetaAnnotatedWith(Class<? extends Annotation>... annotations)
boolean haveAnyFieldsAnnotatedWith(Class<? extends Annotation>... annotations)
boolean haveAnyFieldsMetaAnnotatedWith(Class<? extends Annotation>... annotations)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||