Annotation Type ObjectFormatter.Annotation
-
@AnnotationFormat(ObjectFormatter.class) @Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public static @interface ObjectFormatter.Annotation
Formatter annotation forObject
s.- Author:
- aherscu
-
-
-
separator
String separator
- Returns:
- the separator to use between each field
- Default:
- ",\r\n"
-
-