data class ConstructorMeta
<init> |
ConstructorMeta(parameters: List<ParameterSpec>, modifiers: List<Modifier>, annotations: List<AnnotationSpec>, throws: List<TypeName>, varargs: Boolean) |
annotations |
val annotations: List<AnnotationSpec> |
modifiers |
val modifiers: List<Modifier> |
parameters |
val parameters: List<ParameterSpec> |
throws |
val throws: List<TypeName> |
varargs |
val varargs: Boolean |