Module com.speedment.common.codegen
Interface InterfaceFieldModifier<T extends InterfaceFieldModifier<T>>
-
- Type Parameters:
T- the extending type
- All Superinterfaces:
HasModifiers<T>
- All Known Subinterfaces:
InterfaceField
public interface InterfaceFieldModifier<T extends InterfaceFieldModifier<T>>Composed trait of all themodifiersthat can be added to anInterfaceField.- Since:
- 2.0
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Tfinal_()Adds thefinalkeyword to this model.default TnotFinal()Removes thefinalkeyword from this model.-
Methods inherited from interface com.speedment.common.codegen.model.trait.HasModifiers
getModifiers
-
-