Annotation Interface MachineFormatter
Indicates the capabilities of a machine formatter. It may be used to dynamically steer the code generation.
- Author:
- Holger Eichelberger, SSE
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether the machine connector supports hierarchical names.
-
Element Details
-
supportsHierarchicalNames
boolean supportsHierarchicalNamesWhether the machine connector supports hierarchical names.- Returns:
truefor hierarchical names,falseelse
- Default:
true
-