public interface CompilerWarnings
SuppressWarnings
annotation.Modifier and Type | Field and Description |
---|---|
static String |
ALL
Suppress all warnings. |
static String |
DEPRECATION
Suppress warnings about usage of deprecated code. |
static String |
JAVADOC
Suppress warnings about missing, wrong or incomplete javadoc. |
static String |
RAWTYPES
Suppress warnings about types with generics used raw. |
static String |
UNCHECKED
Suppress warnings about unchecked generic conversions. |
static final String ALL
Suppress
all warnings.static final String JAVADOC
Suppress
warnings about missing, wrong or incomplete javadoc.static final String RAWTYPES
Suppress
warnings about types with generics used raw.static final String UNCHECKED
Suppress
warnings about unchecked generic conversions.static final String DEPRECATION
Suppress
warnings about usage of deprecated code.Copyright © 2001–2016 mmm-Team. All rights reserved.