Interface MappingAnnotatedElement

    • Method Detail

      • javaClass

        Class<?> javaClass()
        Returns:
        The Java class corresponding to the raw type of the annotated element.
      • allAnnotations

        Stream<Annotation> allAnnotations()
        Returns:
        All annotations declared on the annotated element.