Class Advice.OffsetMapping.ForStackManipulation.OfDefaultValue<T extends java.lang.annotation.Annotation>

    • Field Detail

      • annotationType

        private final java.lang.Class<T extends java.lang.annotation.Annotation> annotationType
        The annotation type.
    • Constructor Detail

      • OfDefaultValue

        public OfDefaultValue​(java.lang.Class<T> annotationType)
        Creates a factory for an offset mapping tat binds the parameter's default value.
        Parameters:
        annotationType - The annotation type.