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


@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface Mod.Instance

Populate the annotated field with the mod instance.

Author:
cpw

Optional Element Summary
 String value
          The mod object to inject into this field
 

value

public abstract String value
The mod object to inject into this field

Default:
""