Module com.github.rvesse.airline
Annotation Type ProseSection
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface ProseSectionAnnotation that provides a prose section for a commands help
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringtitleTitle of the section
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]paragraphsAn array of paragraphs of text that provides prose for the help sectionintsuggestedOrderSuggested order in which the help section should be placed relative to other help sections
-
-
-
-
suggestedOrder
int suggestedOrder
Suggested order in which the help section should be placed relative to other help sectionsValues less than zero will typically place the section before the standard sections while values greater than or equal to zero will place the section after the standard sections.
- Returns:
- Suggested order
- Default:
- 0
-
-