Uses of Interface
com.speedment.common.codegen.model.modifier.ImportModifier
-
Packages that use ImportModifier 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 ImportModifier in com.speedment.common.codegen.model
Subinterfaces of ImportModifier in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceImportA model that represents the explicit import of an dependency in code. -
Uses of ImportModifier in com.speedment.common.codegen.model.modifier
Classes in com.speedment.common.codegen.model.modifier with type parameters of type ImportModifier Modifier and Type Interface Description interfaceImportModifier<T extends ImportModifier<T>>
-