Skip to content

Parse exception when annotating type variable in a generic method param  #181

Open
@xamde

Description

@xamde

QDox dies here on the @Nullable Integer of the type declaration TriConsumer<IQuadNode<D>, IQuadNode<D>, @Nullable Integer>
where TriConsumer<K,L,M> takes three generics.

void insertAtOnce(Collection<D> datas, TriConsumer<IQuadNode<D>, IQuadNode<D>, @Nullable Integer> debugConsumer);

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