Class MethodRegistry.Handler.ForAnnotationValue

    • Field Detail

      • annotationValue

        private final AnnotationValue<?,​?> annotationValue
        The annotation value to set as a default value.
    • Constructor Detail

      • ForAnnotationValue

        public ForAnnotationValue​(AnnotationValue<?,​?> annotationValue)
        Creates a handler for defining a default annotation value for a method.
        Parameters:
        annotationValue - The annotation value to set as a default value.