| Modifier and Type | Class and Description |
|---|---|
class |
AllAnnotated
An
AnnotationFilter that accepts all annotated class elements. |
class |
PackageFilter
An
AnnotationFilter that accepts annotated elements appearing in classes
that belong to specific packages. |
| Modifier and Type | Method and Description |
|---|---|
Finder |
Finder.filter(AnnotationFilter filter)
Find annotated class references accepted by the given
filter. |
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.
|
| Constructor and Description |
|---|
ClassPathAnnotated(Collection<File> classPath,
AnnotationFilter filter)
Creates a new ClassPathAnnotated instance.
|
DirectoryAnnotated(File dir,
AnnotationFilter filter)
Creates a new DirAnnotated instance.
|
Finder(AnnotationFilter filter)
Creates a new Finder instance using the specified
filter. |
JarAnnotated(File jar,
AnnotationFilter filter)
Creates a new JarAnnotated instance.
|
Copyright © 2025 The Cornutum Project. All rights reserved.