Annotation Type FixesExternal


  • @Retention(RUNTIME)
    @PublicAPI
    public @interface FixesExternal
    This annotation is used to annotate the StructureFixer implementations which error codes (identified by a unqie String) can be fixed by the current fixer
    Since:
    Marvin 5.3
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      The error code values
    • Element Detail

      • value

        String[] value
        The error code values