VMF icon indicating copy to clipboard operation
VMF copied to clipboard

Delegated methods should allow to define types more freely (arrays and vararg)

Open miho opened this issue 6 years ago • 1 comments

miho avatar Nov 12 '19 22:11 miho

Actually, we should support generics. Unfortunately, this seems impossible with the current model importer which relies on reflection. And reflection is limited by type erasure.

This is very important for https://github.com/BioFluidix/DriverAPI/issues/1 and https://github.com/BioFluidix/DriverAPI/issues/2

miho avatar Nov 15 '19 16:11 miho