public static class AnnotationCollector.NoAnnotations extends Object implements Annotations, Serializable
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
get(Class<A> cls)
Main access method used to find value for given annotation.
|
boolean |
has(Class<?> cls) |
boolean |
hasOneOf(Class<? extends Annotation>[] annoClasses) |
int |
size()
Returns number of annotation entries in this collection.
|
public <A extends Annotation> A get(Class<A> cls)
Annotationsget in interface Annotationspublic boolean has(Class<?> cls)
has in interface Annotationspublic boolean hasOneOf(Class<? extends Annotation>[] annoClasses)
hasOneOf in interface Annotationspublic int size()
Annotationssize in interface AnnotationsCopyright © 2019 JBoss by Red Hat. All rights reserved.