-
Indicate that this parameter is final.
Indicate that this parameter is mandated, which means that the compiler has implicitly
declared it by necessity.
Optionally assign a parameter name.
MethodMaker.param(int index)
Returns a variable which accesses a parameter of the method being built.
Define a signature for this named parameter, which is a string for supporting generic
types.
Indicate that this parameter is synthetic, which means that it wasn't implicitly or
explicitly declared.