public final class AnnotationSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationSpec.Builder |
| Modifier and Type | Field and Description |
|---|---|
Map<String,List<CodeBlock>> |
members |
TypeName |
type |
public final TypeName type
public static AnnotationSpec.Builder builder(ClassName type)
public static AnnotationSpec.Builder builder(Class<?> type)
Copyright © 2015 Square, Inc.. All Rights Reserved.