public interface AnnotationAware
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annoClass) |
boolean |
hasAnnotation(Class<? extends Annotation> annoClass) |
<T extends Annotation> T getAnnotation(Class<T> annoClass)
boolean hasAnnotation(Class<? extends Annotation> annoClass)
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.