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