Skip to content

Getter/Setter of @Transient field return "type can't be null" error #142

@chanhengseang3

Description

@chanhengseang3

I have tried @transient on basic Java type like String or Int , it works ok.
But when i try @transient on field with Java Class type having getter/setter , it return error.

    @Transient
    private Office office;
    public Office getOffice(){...}

This will return "type can't be null" exception.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions