class AnnotationSpec
A generated annotation on a declaration.
class Builder |
|
enum class UseSiteTarget |
val members: List<CodeBlock> |
|
val type: TypeName |
|
val useSiteTarget: UseSiteTarget? |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toBuilder(): Builder |
|
fun toString(): String |
fun builder(type: ClassName): Builderfun builder(type: Class<*>): Builderfun builder(type: KClass<*>): Builder |
|
fun get(annotation: Annotation, includeDefaultValues: Boolean = false): AnnotationSpecfun get(annotation: AnnotationMirror): AnnotationSpec |