Package com.clarkparsia.empire.util
Class ReflectionsAnnotationProvider
java.lang.Object
com.clarkparsia.empire.util.ReflectionsAnnotationProvider
- All Implemented Interfaces:
EmpireAnnotationProvider
public final class ReflectionsAnnotationProvider extends Object implements EmpireAnnotationProvider
Implementation of the EmpireAnnotationProvider interface backed by the Reflections API which
provides the neccessary annotation information at runtime.
- Since:
- 0.5.2
- Author:
- Michael Grove
- See Also:
- Reflections API
-
Constructor Summary
Constructors Constructor Description ReflectionsAnnotationProvider() -
Method Summary
Modifier and Type Method Description Collection<Class<?>>getClassesWithAnnotation(Class<? extends Annotation> theAnnotation)
-
Constructor Details
-
ReflectionsAnnotationProvider
public ReflectionsAnnotationProvider()
-
-
Method Details
-
getClassesWithAnnotation
- Specified by:
getClassesWithAnnotationin interfaceEmpireAnnotationProvider
-