From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../IFMLLoadingPlugin.TransformerExclusions.html | 208 --------------------- 1 file changed, 208 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/relauncher/IFMLLoadingPlugin.TransformerExclusions.html (limited to 'javadoc/cpw/mods/fml/relauncher/IFMLLoadingPlugin.TransformerExclusions.html') diff --git a/javadoc/cpw/mods/fml/relauncher/IFMLLoadingPlugin.TransformerExclusions.html b/javadoc/cpw/mods/fml/relauncher/IFMLLoadingPlugin.TransformerExclusions.html deleted file mode 100644 index 7c43c88..0000000 --- a/javadoc/cpw/mods/fml/relauncher/IFMLLoadingPlugin.TransformerExclusions.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - -IFMLLoadingPlugin.TransformerExclusions (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.relauncher
-

Annotation Type IFMLLoadingPlugin.TransformerExclusions

-
-
-
-
    -
  • -
    -
    -
    @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.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Optional Element Summary

      - - - - - - - - - - -
      Optional Elements 
      Modifier and TypeOptional Element and Description
      java.lang.String[]value 
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Element Detail

      - - - -
        -
      • -

        value

        -
        public abstract java.lang.String[] value
        -
        -
        Default:
        -
        ""
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3