Class ReflectiveClassFinder
java.lang.Object
io.github.kaktushose.jdac.definitions.description.reflective.ReflectiveClassFinder
- All Implemented Interfaces:
ClassFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsearch(Class<? extends Annotation> annotationClass) This method searches for classes annotated with the given annotation.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClassFinder
search
-
Constructor Details
-
ReflectiveClassFinder
-
-
Method Details
-
search
Description copied from interface:ClassFinderThis method searches for classes annotated with the given annotation.- Specified by:
searchin interfaceClassFinder- Parameters:
annotationClass- the class of the annotation- Returns:
- the found classes
-