File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed
src/main/java/com/github/sttk/cliargs Expand file tree Collapse file tree 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() {
135135 }
136136
137137 /**
138- * {@inheritDoc}
138+ * Get the content string of this object.
139+ *
140+ * @return The content string of this object.
139141 */
140142 @ Override
141143 public String toString () {
Original file line number Diff line number Diff line change @@ -372,20 +372,6 @@ static Param validator(Validator validator) {
372372 }
373373 }
374374
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-
389375 /**
390376 * Makes an {@link OptCfg} array from the fields opt the option store with the annotation
391377 * {@link Opt}.
You can’t perform that action at this time.
0 commit comments