@Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD, ElementType.FIELD}) public @interface Unparsed
Indicates that a method or property will contain the remaining arguments.
| Type | Name and Description |
|---|---|
String |
descriptionThe description for the remaining non-option arguments |
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
The description for the remaining non-option arguments
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/cli/Unparsed.html