[Java] Annotation Type Unparsed

  • groovy.cli.Unparsed
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.FIELD})
public @interface Unparsed

Indicates that a method or property will contain the remaining arguments.

Element Summary

Optional Element Summary
Type Name and Description
String description
The description for the remaining non-option arguments

Inherited Methods Summary

Inherited Methods
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

Returns:
the description for the remaining non-option arguments
Default:
"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