Class ProvidesMethodScanner.AnnotationOrError

  • Enclosing class:
    ProvidesMethodScanner

    private static class ProvidesMethodScanner.AnnotationOrError
    extends java.lang.Object
    • Field Detail

      • annotation

        final java.lang.annotation.Annotation annotation
      • error

        final boolean error
    • Constructor Detail

      • AnnotationOrError

        AnnotationOrError​(java.lang.annotation.Annotation annotation,
                          boolean error)