Skip to content

add support for collections of primitive types #156

@CrystalMethod

Description

@CrystalMethod

It shall be possible to use collections of primitive types when defining domain models as follows:

public interface Article {
    // ...
    Set<String> getTags();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions