Class AnnotationRequired

    • Constructor Detail

      • AnnotationRequired

        public AnnotationRequired​(Class<?> annotatedClass,
                                  Class<? extends Annotation> missingAnnotation)
        Used when an annotation is required and not found
        Parameters:
        annotatedClass - the annotated Class
        missingAnnotation - the missing Annotation class