mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fe04bfcadb
- JavaDoc: clarify that basePackages/value resolve ${…} via Environment
and accept Ant-style package patterns (e.g., com.example.**); note
patterns don’t apply to basePackageClasses.
- Reference: add “Property placeholders and Ant-style patterns”
subsection in classpath-scanning.adoc with Java/Kotlin + properties
examples.
See gh-35288
Closes gh-35491
Signed-off-by: Byeong-Uk Park <114344042+Rockernun@users.noreply.github.com>