File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/annotation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
* for dynamic resolution of handler method parameters, e.g. in Spring MVC.
31
31
*
32
32
* <p>A common use case is to assign default field values using
33
- * {@ code #{systemProperties.myProp}} style expressions.
33
+ * < code> #{systemProperties.myProp}</code> style expressions.
34
34
*
35
35
* <p>Note that actual processing of the {@code @Value} annotation is performed
36
36
* by a {@link org.springframework.beans.factory.config.BeanPostProcessor
55
55
public @interface Value {
56
56
57
57
/**
58
- * The actual value expression: for example {@ code #{systemProperties.myProp}} .
58
+ * The actual value expression — for example, < code> #{systemProperties.myProp}</code> .
59
59
*/
60
60
String value ();
61
61
You can’t perform that action at this time.
0 commit comments