Skip to content

Code generation for tree structure implementation #272

@raner

Description

@raner

Currently, Projo has no capabilities for creating correct implementations for tree-structured interface hierarchies, such as the ones created by the @Dtd annotation. The compile-time code creation will only create interfaces, and implementing fields as regular setters and getters will not produce the correct result.
Code generation should enable the actual creation/instantiation of interface hierarchies created by @Dtd and similar annotations. The actual conversion of the created tree structure (e.g., to XML or HTML) should be implementable in a base class that the generated interfaces all extend, and the API (if any additional API is needed) should be generic enough to allow creating of any structured target format.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions