ParameterData

data class ParameterData(val name: String, val type: ReturnTypeData, val annotations: List<ParameterAnnotation> = emptyList())

Constructors

Link copied to clipboard
constructor(name: String, type: ReturnTypeData, annotations: List<ParameterAnnotation> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
inline fun <T> findAnnotationOrNull(): T?
Link copied to clipboard
inline fun <T> hasAnnotation(): Boolean