Added for compliance. This makes IDEs happy, as certain types of "warning" casts are somewhat unavoidable. As it is small and potentially useful, I threw it in.

This commit is contained in:
Matt Weaver 2008-07-14 11:05:33 -06:00
parent 2d1ec11edc
commit f81e9f7f5d

View File

@ -0,0 +1,6 @@
package java.lang;
public @interface SuppressWarnings {
String[] value();
}