Interface ClassProvider<I>


public interface ClassProvider<I>
A facility to obtain classes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<Class<? extends I>>
    Retrieve all classes which implement the specified interface.
  • Method Details

    • getClasses

      Collection<Class<? extends I>> getClasses()
      Retrieve all classes which implement the specified interface.
      Returns:
      The non-abstract classes that were found.