| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedClass
Defines a class that references a specified annotation.
|
class |
AnnotatedField
Defines a field that references a specified annotation.
|
class |
AnnotatedMethod
Defines a method that references a specified annotation.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<Annotated> |
Finder.find()
Returns annotated elements found among the current class path elements.
|
Iterator<Annotated> |
AbstractClassFileData.getAnnotated(AnnotationFilter filter)
Returns the annotated elements found for this class.
|
Iterator<Annotated> |
ClassData.getAnnotated(AnnotationFilter filter)
Returns the annotated elements found for this class.
|
protected Iterator<Annotated> |
ClassPathAnnotated.map(File file)
Maps the given file to a sequence of
Annotated instances. |
protected Iterator<Annotated> |
DirectoryAnnotated.map(File file)
Maps the given file to a sequence of
Annotated instances. |
protected Iterator<Annotated> |
JarAnnotated.map(JarEntryReader reader)
Maps a JAR entry to a sequence of
Annotated instances. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Annotated.isClass(Annotated annotated)
Returns true if the annotation is referenced by a class.
|
static boolean |
Annotated.isField(Annotated annotated)
Returns true if the annotation is referenced by a field.
|
static boolean |
Annotated.isMethod(Annotated annotated)
Returns true if the annotation is referenced by a method.
|
Copyright © 2025 The Cornutum Project. All rights reserved.