Annotation Interface MachineFormatter


@Target(TYPE) @Retention(RUNTIME) @Documented public @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 Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether the machine connector supports hierarchical names.
  • Element Details

    • supportsHierarchicalNames

      boolean supportsHierarchicalNames
      Whether the machine connector supports hierarchical names.
      Returns:
      true for hierarchical names, false else
      Default:
      true