mirror of
https://github.com/corda/corda.git
synced 2025-02-07 19:40:25 +00:00
We were not properly converting dots to slashes internally for package names and we did not properly handle Method.getAnnotations and Method.getAnnotation(Class<T>) on methods without any annotations. Added some tests to cover these cases.