2 * This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
3 * directory of this distribution and at https://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
4 * including this file, may be copied, modified, propagated, or distributed except according to the terms contained
8 package wtf
.metio
.yosql
.codegen
.lifecycle
;
10 import ch
.qos
.cal10n
.BaseName
;
11 import ch
.qos
.cal10n
.Locale
;
12 import ch
.qos
.cal10n
.LocaleData
;
14 @BaseName("codegen-lifecycle")
16 @Locale(value
= "en", charset
= "UTF-8"),
17 @Locale(value
= "de", charset
= "UTF-8"),
19 public enum CodegenLifecycle
{
22 * Signals that a type was generated.
27 * Signals that repositories are about to be generated.
29 GENERATE_REPOSITORIES
,
32 * Signals that converters are about to be generated.