public interface AnnotationBoxedElement<E> extends BoxedValue<E>, AnnotatedElement, BoxingStrategy
BoxedValue and AnnotatedElement interfaces
to be implemented by implementations that are responsible for associating annotations
with an object.| Modifier and Type | Method and Description |
|---|---|
Collection<Annotation> |
getAnnotationCollection() |
<T extends Annotation> |
hasAnnotation(Class<T> clazz) |
unboxgetAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresentboxCollection<Annotation> getAnnotationCollection()
<T extends Annotation> boolean hasAnnotation(Class<T> clazz)
Copyright © 2015 Atlassian. All rights reserved.