cpw.mods.fml.common
Annotation Type Mod.PreInit


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Mod.PreInit

Mark the designated method as being called at the "pre-initialization" phase

Author:
cpw