Closed
Description
Affects: 6.0.0-RC4
There are situations where tests needs to be able to perform reflection that isn't required at runtime. For such tests, it would be useful if the test class itself could contribute reflection hints using the usual mechanisms such as @Reflective
, @ImportRuntimeHints
, and @RegisterReflectionForBinding
.