I have a method that accepts type parameters with implicit restrictions on them. Can I use the @implicitNotFound annotation to give more nice compiler errors when calling a method with invalid data types?
The documentation for the method is useless and even the source code does not help, and all examples of using online are at the level of attributes or classes.
Woodz source share