Annotation Interface IgnoreMethodOverloadLuaDefWarning


@Target(METHOD) @Retention(RUNTIME) public @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.