public class PrintfAnnotationFormatter extends java.lang.Object implements AnnotationArgumentFormatter<Formatf>
AnnotationArgumentFormatter that is used by the Formatf
annotation| Constructor and Description |
|---|
PrintfAnnotationFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.Object argumentToFormat,
Formatf annotation)
Format a single argument by taking optional formatter arguments into account.
|
public java.lang.String format(java.lang.Object argumentToFormat,
Formatf annotation)
AnnotationArgumentFormatterformat in interface AnnotationArgumentFormatter<Formatf>argumentToFormat - the object to formatannotation - the annotation the parameter was annotated with