Skip to content

@Option Annotation #639

Closed
Closed
@jvalkeal

Description

@jvalkeal

Would be on a method level, replacement for @ShellOption.

Possible field ideas:

public @interface Option {
  String[] longNames() default {};
  char[] shortNames() default {};
  String description() default "";
  String defaultValue() default "";
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions