Skip to content

Annotation for implementing interfaces that are not on the compile-time classpath #155

@raner

Description

@raner

To achieve certain decoupling between modules, there are scenarios where a Projo interface needs to extend another interface that is not on the compile-time classpath. In other words, something like interface ProjoInterface extends MyInterface would not work because MyInterface is not available at compile-time (but would be available at runtime). An annotation should indicate the interface's fully qualified name, so that Projo can still create the correct code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions