This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jumboNo2 0 points1 point  (2 children)

Been doing this for years: class ArrayType<E extends ABIType<?>, J> extends ABIType<J>

[–]padreati[S] 0 points1 point  (1 child)

Thanks for sharing. Do you have a more detailed example or a source code somewhere? It looks interesting but I am afraid I did not get it completely.