public class Finder extends Object
| Constructor and Description |
|---|
Finder()
Creates a new Finder instance using a
default filter. |
Finder(AnnotationFilter filter)
Creates a new Finder instance using the specified
filter. |
| Modifier and Type | Method and Description |
|---|---|
Finder |
filter(AnnotationFilter filter)
Find annotated class references accepted by the given
filter. |
Stream<Annotated> |
find()
Returns annotated elements found among the current class path elements.
|
Finder |
inClasses(Collection<File> classPath)
Find annotated class elements among one of the given class path elements.
|
Finder |
inClasses(File... classPath)
Find annotated class elements among one of the given class path elements.
|
Finder |
inSystemClassPath()
Find annotated class elements among one of the given class path elements specified when the JVM was started.
|
public Finder()
default filter.public Finder(AnnotationFilter filter)
filter.public Finder inSystemClassPath()
public Finder filter(AnnotationFilter filter)
filter.
If filter is null, a default filter is used.public Finder inClasses(File... classPath)
public Finder inClasses(Collection<File> classPath)
Copyright © 2025 The Cornutum Project. All rights reserved.