File tree 2 files changed +3
-15
lines changed
src/main/java/com/github/sttk/cliargs
2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,9 @@ public List<OptCfg> optCfgs() {
135
135
}
136
136
137
137
/**
138
- * {@inheritDoc}
138
+ * Returns a {@code String} object representing the content of this object.
139
+ *
140
+ * @return A stirng representation of the content of this object.
139
141
*/
140
142
@ Override
141
143
public String toString () {
Original file line number Diff line number Diff line change @@ -372,20 +372,6 @@ static Param validator(Validator validator) {
372
372
}
373
373
}
374
374
375
- /**
376
- * Is the functional interface to process option arguments when the option has been parsed.
377
- */
378
- @ FunctionalInterface
379
- public interface OnParsed {
380
- /**
381
- * Processes the option arguments.
382
- *
383
- * @param optArgs The list of the option arguments.
384
- * @throws FailToSetOptionStoreField If failed to set the field value of the option store.
385
- */
386
- void process (List <String > optArgs ) throws FailToSetOptionStoreField ;
387
- }
388
-
389
375
/**
390
376
* Makes an {@link OptCfg} array from the fields opt the option store with the annotation
391
377
* {@link Opt}.
You can’t perform that action at this time.
0 commit comments