mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-20 11:14:35 +00:00
Probably better to implement an annotation that cancels warnings for fields in classes that aren't Iris', such as bukkit packages. The implementation would be something like @SuppressNoDesc ItemStack items; -> if !field.isAnnotationPresent(SND.class) { // error }