chemaxon.fixers
Annotation Type FixesExternal


@Retention(value=RUNTIME)
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
Version:
5.4
Author:
Attila Szabo

Required Element Summary
 java.lang.String[] value
          The error code values
 

Element Detail

value

public abstract java.lang.String[] value
The error code values