Allow test classes to provide runtime hints via declarative mechanisms #29455
Labels
in: test
Issues in the test module
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
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
.The text was updated successfully, but these errors were encountered: