com.googlecode.jbp.common.constants
Class CompilerWarnings
java.lang.Object
com.googlecode.jbp.common.constants.CompilerWarnings
public final class CompilerWarnings
- extends Object
Contains compiler warning constants. Usually used with the
@SuppressWarnings annotation.
- Author:
- Yannick LOTH - yannick AT littlej.biz -
|
Field Summary |
static String |
RAWTYPES
Unparameterized reference to parameterized object. |
static String |
UNCHECKED
Unchecked conversion, for generics. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNCHECKED
public static final String UNCHECKED
- Unchecked conversion, for generics.
- See Also:
- Constant Field Values
RAWTYPES
public static final String RAWTYPES
- Unparameterized reference to parameterized object.
- See Also:
- Constant Field Values
Copyright © 2011. All Rights Reserved.