Package chemaxon.fixers
Annotation Type FixesExternal
-
@Retention(RUNTIME) @PublicAPI public @interface FixesExternal
This annotation is used to annotate theStructureFixer
implementations which error codes (identified by a unqieString
) can be fixed by the current fixer- Since:
- Marvin 5.3
-
-
Element Detail
-
value
String[] value
The error code values
-
-