public class AnnotatedCode extends AbstractCodeElement
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotatedCode.Builder |
| Modifier and Type | Method and Description |
|---|---|
CodeWriter |
acceptCodeWriter(CodeWriter w) |
static AnnotatedCode |
annotatedWith(Class<? extends Annotation> annotationType) |
static AnnotatedCode |
annotatedWith(ClassName className) |
static AnnotatedCode.Builder |
builder(Class<? extends Annotation> annotationType) |
static AnnotatedCode.Builder |
builder(ClassName className) |
static AnnotatedCode |
of(Class<? extends Annotation> annotationType) |
equals, hashCode, toStringpublic static AnnotatedCode annotatedWith(Class<? extends Annotation> annotationType)
public static AnnotatedCode annotatedWith(ClassName className)
public static AnnotatedCode.Builder builder(Class<? extends Annotation> annotationType)
public static AnnotatedCode.Builder builder(ClassName className)
public static AnnotatedCode of(Class<? extends Annotation> annotationType)
public final CodeWriter acceptCodeWriter(CodeWriter w)
Copyright © 2019 Objectos Software LTDA. All rights reserved.