protected class DefaultQualifiedTypeFormatter.AnnoToQualFormatter extends DefaultAnnotationFormatter
QualParams and
formatting it using a PrettyQualParamsFormatter.| Modifier | Constructor and Description |
|---|---|
protected |
AnnoToQualFormatter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
formatAnnotationMirror(AnnotationMirror am,
StringBuilder sb) |
String |
formatAnnotationString(Collection<? extends AnnotationMirror> annos,
boolean printInvisible)
Creates a space String of each annotation in annos separated by a single space character,
obeying the printInvisible parameter.
|
formatAnnotationMirror, formatAnnotationMirrorArg, isInvisibleQualified@SideEffectFree public String formatAnnotationString(Collection<? extends AnnotationMirror> annos, boolean printInvisible)
DefaultAnnotationFormatterformatAnnotationString in interface AnnotationFormatterformatAnnotationString in class DefaultAnnotationFormatterannos - A collection of annotations to printprintInvisible - Whether or not to print "invisible" annotation mirrorsInvisibleQualifierprotected void formatAnnotationMirror(AnnotationMirror am, StringBuilder sb)
formatAnnotationMirror in class DefaultAnnotationFormatter