Skip to content

add @NotNull annotations for Kotlin interoperability #45

@MarcusWolschon

Description

@MarcusWolschon

public abstract VH provideViewHolder(View itemView);
and
public abstract void bindView(VH holder, int position, TreeNode node);

should have their parameters annotated
@NotNull to improve interoperability with Kotlin

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