Annotation Interface ArgType


@Retention(RUNTIME) @Target({TYPE,PARAMETER}) public @interface ArgType
Sets the argument type for a parameter/argument. This can be used to specify custom parsing or validation behavior per argument.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends ArgumentType<?,?>>