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


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

Populate the annotated field with the mod's metadata.

Author:
cpw

Optional Element Summary
 String value
          The mod id specifying the metadata to load here
 

value

public abstract String value
The mod id specifying the metadata to load here

Default:
""