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


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

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

Author:
cpw