Improve support and documentation for the "default" bean definition profile name #29071
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: documentation
A documentation task
Milestone
The default profile name is a
protected
constant:AbstractEnvironment.RESERVED_DEFAULT_PROFILE_NAME
("default"
).It is not documented in a public user-facing manner.
For example, it is not documented in
@Profile
and potentially in other pertinent locations.We should improve that.
The text was updated successfully, but these errors were encountered: