Uses of Interface
com.speedment.common.codegen.model.modifier.AnnotationModifier
-
Packages that use AnnotationModifier 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 AnnotationModifier in com.speedment.common.codegen.model
Subinterfaces of AnnotationModifier in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceAnnotationA model that represents an annotation in code. -
Uses of AnnotationModifier in com.speedment.common.codegen.model.modifier
Classes in com.speedment.common.codegen.model.modifier with type parameters of type AnnotationModifier Modifier and Type Interface Description interfaceAnnotationModifier<T extends AnnotationModifier<T>>Composed trait of all themodifiersthat can be added to aAnnotation.
-