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


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

Mark the designated method as to be called at if there is something wrong with the certificate fingerprint of the mod's jar, or it is missing, or otherwise a problem.

Author:
cpw