Class ReflectiveClassFinder

java.lang.Object
io.github.kaktushose.jdac.definitions.description.reflective.ReflectiveClassFinder
All Implemented Interfaces:
ClassFinder

@Internal public class ReflectiveClassFinder extends Object implements ClassFinder
  • Constructor Details

    • ReflectiveClassFinder

      public ReflectiveClassFinder(String[] packages)
  • Method Details

    • search

      public SequencedCollection<Class<?>> search(Class<? extends Annotation> annotationClass)
      Description copied from interface: ClassFinder
      This method searches for classes annotated with the given annotation.
      Specified by:
      search in interface ClassFinder
      Parameters:
      annotationClass - the class of the annotation
      Returns:
      the found classes