Package chemaxon.fixers
Annotation Type FixerInfo
-
@Retention(RUNTIME) @PublicAPI public @interface FixerInfo
This annotation is responsible for adding UI based meta data forStructureFixer
implementations- Since:
- 5.9
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
actionStringToken
Returns the action string token of the fixer.String
description
Returns the description of the fixer.String
name
Returns the name of the fixer.int
priority
Returns the priority of the fixer.
-
-
-
Element Detail
-
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:
- ""
-
-