catch unguessable annotation types
[yosql.git] / yosql-codegen / src / main / java / wtf / metio / yosql / codegen / lifecycle / ApplicationWarnings.java
blob9078cbce2ffb9ae1f1d5beff8bc38ec397c4124a
1 /*
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
5 * in the LICENSE file.
6 */
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 @LocaleData({@Locale("en"), @Locale("de")})
15 @BaseName("application-warnings")
16 public enum ApplicationWarnings {
18 /**
19 * Signals that an SQL statement was ignored during code generation.
21 SQL_STATEMENT_IGNORED,
23 /**
24 * Signals that an annotation type cannot be guessed.
26 CANNOT_GUESS_ANNOTATION_TYPE,
28 /**
29 * Signals that an annotation type cannot be guessed.
31 CANNOT_GUESS_ANNOTATION_MEMBER_TYPE,