Class AnnotationUtil


  • public class AnnotationUtil
    extends Object
    Place for handy annotation utils.
    Author:
    mmares
    • Constructor Detail

      • AnnotationUtil

        public AnnotationUtil()
    • Method Detail

      • presentTransitive

        public static boolean presentTransitive​(Class<? extends Annotation> annotationClass,
                                                Class type)
        If annotation is present on given type or on annotation which is on given type.