Annotation Type FileFormatter.Annotation
-
@AnnotationFormat(FileFormatter.class) @Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public static @interface FileFormatter.Annotation
Formatter annotation forFile
s. If the file exists and its size are below specifiedmaxFileSizeToRead()
then its contents will be written to the report, otherwise the file name itself will be written to the report.- Author:
- aherscu
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
maxFileSizeToRead
int
value
-