Interface XElement

    • Method Detail

      • getModifiers

        int getModifiers()
        The modifiers, as per java.lang.reflect.Modifier.
      • getAnnotation

        <A extends Annotation> A getAnnotation​(Class<A> annotationClass)
        Returns this element's annotation if present.
      • getDocumentation

        String getDocumentation()
        Collect and concatenate the description text from the (multiple) @ProtoDoc.value annotations of the given element.