Package chemaxon.fixers
Annotation Type Fixes
-
@Retention(RUNTIME) @PublicAPI public @interface Fixes
This annotation is used to annotate theStructureFixer
implementations whichStructureCheckerErrorType
can be fixed by the current fixer- Since:
- Marvin 5.3
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StructureCheckerErrorType[]
value
The error type values
-
-
-
Element Detail
-
value
StructureCheckerErrorType[] value
The error type values
-
-