Class Advice.OffsetMapping.Factory.Simple<T extends java.lang.annotation.Annotation>

    • Field Detail

      • annotationType

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

      • Simple

        public Simple​(java.lang.Class<T> annotationType,
                      Advice.OffsetMapping offsetMapping)
        Creates a simple factory for a simple binding for an offset mapping.
        Parameters:
        annotationType - The annotation type being bound.
        offsetMapping - The fixed offset mapping.