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 Type
    Method
    Description
    void
    This method handles the classes with class annotations that were found.
  • Method Details

    • handleAnnotationFound

      void handleAnnotationFound(String className)
      This method handles the classes with class annotations that were found.
      Parameters:
      className - Specifies the class name that has class annotations.