|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MetadataResolver
Contract for algorithms that can detect marker annotations, and annotations with meta annotation markers.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
boolean metaAnnotatedWith(Class<? extends Annotation> annotation)
boolean annotatedWith(Class<? extends Annotation> annotation)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||