Annotation Type IntegerOption
-
@OptionDetailAnnotation(applicableTo={java.lang.Integer.class,java.lang.Long.class}) @Documented @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface IntegerOption
This is an optional annotation for all configuration options (i.e., elements that are annotated withOption
) whose type is an integer number (i.e., int, long, Integer and Long):It serves to specify minimal and/or maximal values.