Companion

object Companion

Functions

builder
Link copied to clipboard
fun builder(type: ClassName): AnnotationSpec.Builder
fun builder(type: ParameterizedTypeName): AnnotationSpec.Builder
fun builder(type: Class<out Annotation>): AnnotationSpec.Builder
fun builder(type: KClass<out Annotation>): AnnotationSpec.Builder
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
get
Link copied to clipboard
fun get(annotation: Annotation, includeDefaultValues: Boolean = false): AnnotationSpec
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String