Class Advice.OffsetMapping.Factory.Illegal<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

      • Illegal

        public Illegal​(java.lang.Class<T> annotationType)
        Creates a factory that does not permit the usage of the represented annotation.
        Parameters:
        annotationType - The annotation type.