| Modifier and Type | Field and Description |
|---|---|
List<AnnotationSpec> |
TypeSpec.annotations |
List<AnnotationSpec> |
ParameterSpec.annotations |
List<AnnotationSpec> |
MethodSpec.annotations |
List<AnnotationSpec> |
FieldSpec.annotations |
| Modifier and Type | Method and Description |
|---|---|
AnnotationSpec |
AnnotationSpec.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
TypeSpec.Builder |
TypeSpec.Builder.addAnnotation(AnnotationSpec annotationSpec) |
ParameterSpec.Builder |
ParameterSpec.Builder.addAnnotation(AnnotationSpec annotationSpec) |
MethodSpec.Builder |
MethodSpec.Builder.addAnnotation(AnnotationSpec annotationSpec) |
FieldSpec.Builder |
FieldSpec.Builder.addAnnotation(AnnotationSpec annotationSpec) |
Copyright © 2015 Square, Inc.. All Rights Reserved.