RecyclerTreeView icon indicating copy to clipboard operation
RecyclerTreeView copied to clipboard

add @NotNull annotations for Kotlin interoperability

Open MarcusWolschon opened this issue 5 years ago • 0 comments

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

MarcusWolschon avatar Jun 18 '20 06:06 MarcusWolschon