Interface AnnotationReader

All Known Implementing Classes:
JPAXMLOverriddenAnnotationReader

public interface AnnotationReader
Author:
Paolo Perrotta
  • Method Details

    • getAnnotation

      <T extends Annotation> T getAnnotation(Class<T> annotationType)
    • isAnnotationPresent

      <T extends Annotation> boolean isAnnotationPresent(Class<T> annotationType)
    • getAnnotations

      Annotation[] getAnnotations()