Package chemaxon.fixers
Annotation Interface FixerInfo
This annotation is responsible for adding UI based meta data for 
StructureFixer
 implementations- Since:
- 5.9
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionReturns the action string token of the fixer.Returns the description of the fixer.Returns the name of the fixer.intReturns the priority of the fixer.
- 
Element Details- 
nameString nameReturns the name of the fixer.- Returns:
- the name of the fixer
 - Default:
- "Unnamed"
 
- 
descriptionString descriptionReturns the description of the fixer.- Returns:
- the description of the fixer
 - Default:
- "No description"
 
- 
actionStringTokenString actionStringTokenReturns the action string token of the fixer.- Returns:
- the action string token of the fixer
 - Default:
- ""
 
- 
priorityint priorityReturns the priority of the fixer.- Returns:
- the priority of the fixer
 - Default:
- 50
 
 
-