@ThreadSafe
public class AnnotationFormatter
extends java.lang.Object
| Constructor and Description |
|---|
AnnotationFormatter() |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationFormatter |
annotationFormatter() |
java.lang.String |
format(Annotation annotation) |
protected void |
formatArgument(Annotation annotation,
java.lang.Object argument,
java.lang.StringBuilder to) |
protected void |
formatString(java.lang.String argument,
java.lang.StringBuilder to) |
@Nonnull public static AnnotationFormatter annotationFormatter()
@Nonnull
public java.lang.String format(@Nonnull
Annotation annotation)
protected void formatArgument(@Nonnull
Annotation annotation,
@Nonnull
java.lang.Object argument,
@Nonnull
java.lang.StringBuilder to)
protected void formatString(@Nonnull
java.lang.String argument,
@Nonnull
java.lang.StringBuilder to)
Copyright © 2015 echocat. All Rights Reserved.