Interface HelpSectionFactory

    • Method Detail

      • createSection

        HelpSection createSection​(java.lang.annotation.Annotation annotation)
        Tries to create a section from the given annotation
        Parameters:
        annotation - Annotation
        Returns:
        Help section or null if the annotation is not supported
      • supportedAnnotations

        java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> supportedAnnotations()
        Gets a list of the supported annotations
        Returns:
        Supported annotations