public interface MetadataResolver
| Modifier and Type | Method and Description |
|---|---|
boolean |
annotatedWith(Class<? extends Annotation> annotation)
See if the subject of resolution is annotated directly with the given annotation
|
boolean |
metaAnnotatedWith(Class<? extends Annotation> annotation)
See if the subject of resolution is annotated directly with the given annotation
or if the given annotation annotates a marker annotation of the subject of resolution
|
boolean metaAnnotatedWith(Class<? extends Annotation> annotation)
boolean annotatedWith(Class<? extends Annotation> annotation)
Copyright © 2011–2016 RedEngine Ltd. All rights reserved.