Skip to content

Improve Javadoc for @Value regarding supported expressions #25284

@pxm7459

Description

@pxm7459

Excerpt from the Javadoc for @Value:

public @interface Value {

	/**
	 * The actual value expression: for example {@code #{systemProperties.myProp}}.
	 */
	String value();

}

The actual value expression should be ${systemProperties.myProp}, using $ instead of #.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: documentationA documentation task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions