Module com.speedment.common.codegen
Class FinalParameters<T extends HasMethods<T>>
- java.lang.Object
-
- com.speedment.common.codegen.controller.FinalParameters<T>
-
- Type Parameters:
T- The extending type
- All Implemented Interfaces:
Consumer<T>
public final class FinalParameters<T extends HasMethods<T>> extends Object implements Consumer<T>
This control makes sure all method parameters in the specified model is set to final.- Author:
- Emil Forslund
-
-
Constructor Summary
Constructors Constructor Description FinalParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(T model)Sets all method parameters in the specified model tofinal.
-