[Java] Annotation Type Unparsed
- groovy.cli.Unparsed
Indicates that a method or property will contain the remaining arguments.
Element Summary
| Type | Name and Description |
|---|---|
String |
descriptionThe description for the remaining non-option arguments |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Element Detail
public String description
The description for the remaining non-option arguments @default "ARGUMENTS"
- Returns:
- the description for the remaining non-option arguments
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/cli/Unparsed.html