Annotation Type StringFormatter.Annotation
-
@AnnotationFormat(StringFormatter.class) @Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public static @interface StringFormatter.Annotation
Formatter annotation forString
s.- Author:
- aherscu
-
-
-
value
String value
- Returns:
- the format as in
String.format(String, Object...)
- Default:
- "%s"
-
-