javapoet-dsl / com.mostlycertain.javapoetdsl / MethodMeta

MethodMeta

data class MethodMeta

Constructors

<init>

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

Properties

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