Uses of Interface
com.speedment.common.codegen.model.modifier.InterfaceModifier
-
Packages that use InterfaceModifier Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.modifier Implementations of theModifierinterface that represent the modifier keywords of the java language is located in this package. -
-
Uses of InterfaceModifier in com.speedment.common.codegen.model
Subinterfaces of InterfaceModifier in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceInterfaceA model that represents an interface in code. -
Uses of InterfaceModifier in com.speedment.common.codegen.model.modifier
Classes in com.speedment.common.codegen.model.modifier with type parameters of type InterfaceModifier Modifier and Type Interface Description interfaceInterfaceModifier<T extends InterfaceModifier<T>>
-