Interface AnnotationRepository


public interface AnnotationRepository
A AnnotationRepository.
Author:
Stefano Maestri
  • Method Summary

    Modifier and Type
    Method
    Description
    getAnnotation(Class<?> class1)
    Return a collection of annotation of given type.
  • Method Details

    • getAnnotation

      Collection<Annotation> getAnnotation(Class<?> class1)
      Return a collection of annotation of given type. In case no annotation has been found it return null.
      Parameters:
      class1 - the type of annotation looking for.
      Returns:
      a collection of annotations founded. Null in case of no one has been founded.