Package com.prineside.tdi2.utils
Annotation Interface IgnoreMethodOverloadLuaDefWarning
Method marked as an overload (meaning there are multiple methods in the same class) which I can
 do nothing about because overload is forced by some super class / interface, or I've decided
 to keep like that because Java code makes more sense with that name.
 Prevents Lua definitions generator from printing an error.