|
org.netbeans.modules.sendopts/2 2.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface Description
Adds human readable description to @Arg annotation.
Can be attached to public non-static fields that are also annotated
by @Arg.
| Required Element Summary | |
|---|---|
String |
shortDescription
Explanation of the purpose of the option. |
| Optional Element Summary | |
|---|---|
String |
displayName
Specific display name for the option. |
| Element Detail |
|---|
public abstract String shortDescription
NbBundle.Messages.
public abstract String displayName
NbBundle.Messages.
|
org.netbeans.modules.sendopts/2 2.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||