VMF
VMF copied to clipboard
Delegated methods should allow to define types more freely (arrays and vararg)
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