| Modifier and Type | Method and Description |
|---|---|
AnnotationSpec.Builder |
AnnotationSpec.Builder.addMember(java.lang.String name,
CodeBlock codeBlock) |
AnnotationSpec.Builder |
AnnotationSpec.Builder.addMember(java.lang.String name,
java.lang.String format,
java.lang.Object... args) |
static AnnotationSpec.Builder |
AnnotationSpec.builder(java.lang.Class<?> type) |
static AnnotationSpec.Builder |
AnnotationSpec.builder(ClassName type) |
AnnotationSpec.Builder |
AnnotationSpec.toBuilder() |
Copyright © 2020 Square, Inc.. All Rights Reserved.