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