AnnotationSuperGenerator<_Annotation> constructor

const AnnotationSuperGenerator<_Annotation>()

Output serializing code for all models with the @_Annotation annotation. This generator is the annotation that discovers all models in the domain and most commonly invokes sub generators.

For example, all @ConnectOfflineFirstWithRest models may be discovered and passed to subsequent generators.

Implementation

const AnnotationSuperGenerator() : super();