public class CommonSectionsFactory extends Object implements HelpSectionFactory
| Constructor and Description |
|---|
CommonSectionsFactory() |
| 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
|
public HelpSection createSection(Annotation annotation)
HelpSectionFactorycreateSection in interface HelpSectionFactoryannotation - Annotationnull if the annotation is not supportedpublic List<Class<? extends Annotation>> supportedAnnotations()
HelpSectionFactorysupportedAnnotations in interface HelpSectionFactoryCopyright © 2012–2022. All rights reserved.