Module com.speedment.common.codegen
Interface ImportModifier<T extends ImportModifier<T>>
-
- Type Parameters:
T- the extending type
- All Superinterfaces:
HasModifiers<T>
- All Known Subinterfaces:
Import
public interface ImportModifier<T extends ImportModifier<T>>- Since:
- 2.0
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default TnotStatic()Removes thestatickeyword from this model.default Tstatic_()Adds thestatickeyword to this model.-
Methods inherited from interface com.speedment.common.codegen.model.trait.HasModifiers
getModifiers
-
-