@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Discussion
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
paragraphs
An array of paragraphs of text that provides an extended discussion on
the behaviour of the command.
|
public abstract String[] paragraphs
Copyright © 2012–2022. All rights reserved.