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 11/*
2- * Copyright 2002-2012 the original author or authors.
2+ * Copyright 2002-2019 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
3030 * for dynamic resolution of handler method parameters, e.g. in Spring MVC.
3131 *
3232 * <p>A common use case is to assign default field values using
33- * " #{systemProperties.myProp}" style expressions.
33+ * {@code #{systemProperties.myProp}} style expressions.
3434 *
3535 * <p>Note that actual processing of the {@code @Value} annotation is performed
3636 * by a {@link org.springframework.beans.factory.config.BeanPostProcessor
5555public @interface Value {
5656
5757 /**
58- * The actual value expression: e.g. " #{systemProperties.myProp}" .
58+ * The actual value expression: for example {@code #{systemProperties.myProp}} .
5959 */
6060 String value ();
6161
You can’t perform that action at this time.
0 commit comments