mirror of
https://github.com/corda/corda.git
synced 2025-01-23 12:58:35 +00:00
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:
parent
2d1ec11edc
commit
f81e9f7f5d
6
classpath/java/lang/SuppressWarnings.java
Normal file
6
classpath/java/lang/SuppressWarnings.java
Normal file
@ -0,0 +1,6 @@
|
||||
package java.lang;
|
||||
|
||||
|
||||
public @interface SuppressWarnings {
|
||||
String[] value();
|
||||
}
|
Loading…
Reference in New Issue
Block a user