spring-framework/framework-docs
Stéphane Nicoll 93587da394 Introduce ReflectiveScan
This commit allows `@Reflective` to be used on arbitrary types, not
only Spring beans. This makes the feature much more powerful as
components can be tagged directly.

Scanning happens during AOT processing (typically at build-time) when
`@ReflectiveScan` is used. Types do not need to have a particular
annotation, and types that can't be loaded are ignored.

This commit also exposes the infrastructure that does the scanning so
that custom code can do the scanning in an AOT contribution if they
don't want to rely on the annotation.

Closes gh-33132
2024-07-08 11:11:48 +02:00
..
modules/ROOT Introduce ReflectiveScan 2024-07-08 11:11:48 +02:00
src Introduce ReflectiveScan 2024-07-08 11:11:48 +02:00
antora-playbook.yml Update Antora Spring UI to v0.4.16 2024-06-17 10:06:47 +00:00
antora.yml
framework-docs.gradle Document AssertJ support for MockMvc 2024-06-21 12:51:35 +02:00
package.json Modernize Antora Build 2024-05-22 10:20:20 +02:00