public interface ElementMetadataResolver
| Modifier and Type | Method and Description |
|---|---|
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
|
boolean haveAnyMethodsAnnotatedWith(Class<? extends Annotation>... annotations)
boolean haveAnyMethodsMetaAnnotatedWith(Class<? extends Annotation>... annotations)
boolean haveAnyFieldsAnnotatedWith(Class<? extends Annotation>... annotations)
boolean haveAnyFieldsMetaAnnotatedWith(Class<? extends Annotation>... annotations)
Copyright © 2011–2016 RedEngine Ltd. All rights reserved.