Class AnnotationResolver


  • public class AnnotationResolver
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Class getClassWithAnnotation​(java.lang.Class<?> clazz, java.lang.Class<? extends java.lang.annotation.Annotation> annotation)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnnotationResolver

        public AnnotationResolver()
    • Method Detail

      • getClassWithAnnotation

        public static java.lang.Class getClassWithAnnotation​(java.lang.Class<?> clazz,
                                                             java.lang.Class<? extends java.lang.annotation.Annotation> annotation)