Annotation Type 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:
    ModelAccess
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean supportsHierarchicalNames
      Whether the machine connector supports hierarchical names.
    • Element Detail

      • supportsHierarchicalNames

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