Annotation Type Ignore


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Ignore
    Annotation to ignore a field when parsing command line arguments. Values will not be injected into fields which are annotated with this annotation.
    Author:
    John Dunlap