T
- element typepublic interface AnnotatedElements<T extends AnnotatedElement> extends Iterable<T>
AnnotatedElement
as well as filtering by annotation type (including
annotations with RetentionPolicy.CLASS
retention in addition to those
with RetentionPolicy.RUNTIME
retention.Modifier and Type | Method and Description |
---|---|
AnnotatedElements<T> |
with(Class<? extends Annotation> annotationType)
Filter by annotation type.
|
forEach, iterator, spliterator
AnnotatedElements<T> with(Class<? extends Annotation> annotationType)
annotationType
- filterAnnotatedElements
, narrowedCopyright © 2018 The Apache Software Foundation. All rights reserved.