class AnnotationSpec
A generated annotation on a declaration.
class Builder |
|
enum class UseSiteTarget |
val className: ClassName |
|
val members: List<CodeBlock> |
|
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<out Annotation>): Builderfun builder(type: KClass<out Annotation>): Builder |
|
fun get(annotation: Annotation, includeDefaultValues: Boolean = false): AnnotationSpecfun get(annotation: AnnotationMirror): AnnotationSpec |