Interface TypePool.Default.AnnotationRegistrant

    • Method Detail

      • register

        void register​(java.lang.String name,
                      AnnotationValue<?,​?> annotationValue)
        Registers an annotation value.
        Parameters:
        name - The name of the annotation value.
        annotationValue - The value of the annotation.
      • onComplete

        void onComplete()
        Called once all annotation values are visited.