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


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

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

Author:
cpw