@ThreadSafe public class AnnotationsFormatter extends Object
| Constructor and Description |
|---|
AnnotationsFormatter() |
AnnotationsFormatter(AnnotationFormatter annotationFormatter) |
| Modifier and Type | Method and Description |
|---|---|
protected AnnotationFormatter |
annotationFormatter() |
static AnnotationsFormatter |
annotationsFormatter() |
String |
format(Annotation... annotations) |
String |
format(Iterable<Annotation> annotations) |
public AnnotationsFormatter()
public AnnotationsFormatter(@Nullable AnnotationFormatter annotationFormatter)
@Nonnull public static AnnotationsFormatter annotationsFormatter()
@Nonnull public String format(@Nullable Annotation... annotations)
@Nonnull public String format(@Nullable Iterable<Annotation> annotations)
@Nonnull protected AnnotationFormatter annotationFormatter()
Copyright © 2024 echocat. All rights reserved.