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) |
(package private) AnnotationSpec.Builder |
AnnotationSpec.Builder.addMemberForValue(java.lang.String memberName,
java.lang.Object value)
|
static AnnotationSpec.Builder |
AnnotationSpec.builder(java.lang.Class<?> type) |
static AnnotationSpec.Builder |
AnnotationSpec.builder(ClassName type) |
protected AnnotationSpec.Builder |
AnnotationSpec.Visitor.defaultAction(java.lang.Object o,
java.lang.String name) |
AnnotationSpec.Builder |
AnnotationSpec.toBuilder() |
AnnotationSpec.Builder |
AnnotationSpec.Visitor.visitAnnotation(javax.lang.model.element.AnnotationMirror a,
java.lang.String name) |
AnnotationSpec.Builder |
AnnotationSpec.Visitor.visitArray(java.util.List<? extends javax.lang.model.element.AnnotationValue> values,
java.lang.String name) |
AnnotationSpec.Builder |
AnnotationSpec.Visitor.visitEnumConstant(javax.lang.model.element.VariableElement c,
java.lang.String name) |
AnnotationSpec.Builder |
AnnotationSpec.Visitor.visitType(javax.lang.model.type.TypeMirror t,
java.lang.String name) |