-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor
-
Affects Version/s: 0.37.0
-
None
警告:Class is a raw type. References to generic type Class<T> should be parameterized
JDK1.5以上のプロジェクトでコンパイル時にこのような警告されるので、総称型に変更したい。
例
...
public Class<?> initialize() { return null; } public Class<?> prerender() { return null; }