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