public interface Annotations
Standard mutable implementation is AnnotationMap
Modifier and Type | Method and Description |
---|---|
<A extends java.lang.annotation.Annotation> |
get(java.lang.Class<A> cls)
Main access method used to find value for given annotation.
|
boolean |
has(java.lang.Class<?> cls) |
boolean |
hasOneOf(java.lang.Class<? extends java.lang.annotation.Annotation>[] annoClasses) |
int |
size()
Returns number of annotation entries in this collection.
|
<A extends java.lang.annotation.Annotation> A get(java.lang.Class<A> cls)
boolean has(java.lang.Class<?> cls)
boolean hasOneOf(java.lang.Class<? extends java.lang.annotation.Annotation>[] annoClasses)
int size()
Copyright © 2010 - 2020 Adobe. All Rights Reserved