public interface HelpSectionFactory
HelpSection
instances| Modifier and Type | Method and Description |
|---|---|
HelpSection |
createSection(Annotation annotation)
Tries to create a section from the given annotation
|
List<Class<? extends Annotation>> |
supportedAnnotations()
Gets a list of the supported annotations
|
HelpSection createSection(Annotation annotation)
annotation - Annotationnull if the annotation is not supportedList<Class<? extends Annotation>> supportedAnnotations()
Copyright © 2012–2022. All rights reserved.