@Retention(value=RUNTIME)
 @Target(value=TYPE)
public static @interface IFMLLoadingPlugin.TransformerExclusions
Annotate your load plugin with a list of package prefixes that will *not* be
 processed by the ASM transformation stack.
 Your plugin, and any transformers should *definitely* be in this list, because
 otherwise you can face problems with the classloader trying to transform classes
 with your transformer, whilst it is *loading* your transformer. Not pretty.