Uses of Enum Class
org.jooq.meta.jaxb.GeneratedAnnotationType
Packages that use GeneratedAnnotationType
-
Uses of GeneratedAnnotationType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as GeneratedAnnotationTypeModifier and TypeFieldDescriptionprotected GeneratedAnnotationTypeGenerate.generatedAnnotationTypeMethods in org.jooq.meta.jaxb that return GeneratedAnnotationTypeModifier and TypeMethodDescriptionstatic GeneratedAnnotationTypeGenerate.getGeneratedAnnotationType()Specify the type ofGeneratedannotation to use in generated code.static GeneratedAnnotationTypeReturns the enum constant of this class with the specified name.static GeneratedAnnotationType[]GeneratedAnnotationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.meta.jaxb with parameters of type GeneratedAnnotationTypeModifier and TypeMethodDescriptionvoidGenerate.setGeneratedAnnotationType(GeneratedAnnotationType value) Specify the type ofGeneratedannotation to use in generated code.Generate.withGeneratedAnnotationType(GeneratedAnnotationType value) Specify the type ofGeneratedannotation to use in generated code.