Package com.jk.core.annotations
Interface AnnotationHandler
public interface AnnotationHandler
This Interface provides the necessarily methods needed for the
AnnotationDetector
class.- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleAnnotationFound
(String className) This method handles the classes with class annotations that were found.
-
Method Details
-
handleAnnotationFound
This method handles the classes with class annotations that were found.- Parameters:
className
- Specifies the class name that has class annotations.
-