Provide a bean instance descriptor API #27922
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: declined
A suggestion or change that we don't feel we should currently apply
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Introspecting a type at build-time allows us to detect things that we typically do at runtime:
Executable
to use.@Autowired
).BeanDefinition
.Offering an API that uses the same algorithm as a traditional runtime is important to keep the behavior consistent. This enhancement is further refined as follows:
The text was updated successfully, but these errors were encountered: