Annotation Interface RemoveIn


Marks the version in which a feature will be removed. At least one of the parameters must be defined. An element that is annotated with @RemoveIn must be annotated with @Deprecated(forRemoval = true).
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The minecraft version in which the feature should be removed.
    The mod version in which the feature should be removed.
  • Element Details

    • minecraft

      String minecraft
      The minecraft version in which the feature should be removed.
      Default:
      ""
    • mod

      String mod
      The mod version in which the feature should be removed.
      Default:
      ""