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