File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/annotation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2019 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
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
- * " #{systemProperties.myProp}" style expressions.
33
+ * {@code #{systemProperties.myProp}} 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: e.g. " #{systemProperties.myProp}" .
58
+ * The actual value expression: for example {@code #{systemProperties.myProp}} .
59
59
*/
60
60
String value ();
61
61
You can’t perform that action at this time.
0 commit comments