Annotation Interface FixerInfo


@Retention(RUNTIME) @PublicAPI public @interface FixerInfo
This annotation is responsible for adding UI based meta data for StructureFixer implementations
Since:
5.9
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the action string token of the fixer.
    Returns the description of the fixer.
    Returns the name of the fixer.
    int
    Returns the priority of the fixer.
  • Element Details

    • name

      String name
      Returns the name of the fixer.
      Returns:
      the name of the fixer
      Default:
      "Unnamed"
    • description

      String description
      Returns the description of the fixer.
      Returns:
      the description of the fixer
      Default:
      "No description"
    • actionStringToken

      String actionStringToken
      Returns the action string token of the fixer.
      Returns:
      the action string token of the fixer
      Default:
      ""
    • priority

      int priority
      Returns the priority of the fixer.
      Returns:
      the priority of the fixer
      Default:
      50