Annotation Type FileOption
-
@OptionDetailAnnotation(applicableTo={java.io.File.class,java.nio.file.Path.class,PathTemplate.class,PathCounterTemplate.class}) @Documented @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface FileOption
This is an annotation providing more features for options of typesFile
andPath
. In order to use it, you need to register an instance ofFileTypeConverter
as a converter forFileOption
.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description FileOption.Type
value
More details for file options.
-
-
-
Element Detail
-
value
FileOption.Type value
More details for file options.
-
-