polishing JavaDoc

master
Sam Brannen 14 years ago
parent 2d76dde611
commit e7c2713fd4
  1. 2
      org.springframework.context/src/main/java/org/springframework/context/config/FeatureSpecification.java

@ -87,7 +87,7 @@ import org.springframework.beans.factory.parsing.ProblemReporter;
* <p>Implementations should take care to allow for use of string-based bean names, placeholder * <p>Implementations should take care to allow for use of string-based bean names, placeholder
* (<code>"${...}"</code>) and SpEL (<code>"#{...}</code>) expressions wherever they may be useful. * (<code>"${...}"</code>) and SpEL (<code>"#{...}</code>) expressions wherever they may be useful.
* While it is generally desirable to refer to dependent beans in pure Java, in certain cases a * While it is generally desirable to refer to dependent beans in pure Java, in certain cases a
* user may wish or need to refer by bean name. For example, the {@code TxAnnotationDriven} specification * user may wish or need to refer to a bean by name. For example, the {@code TxAnnotationDriven} specification
* referenced above allows for specifying its transaction-manager reference by {@code String} or by * referenced above allows for specifying its transaction-manager reference by {@code String} or by
* {@code PlatformTransactionManager} reference. Such strings should always be candidates for placeholder * {@code PlatformTransactionManager} reference. Such strings should always be candidates for placeholder
* replacement and SpEL evaluation for maximum configurability as well as parity with the feature set * replacement and SpEL evaluation for maximum configurability as well as parity with the feature set

Loading…
Cancel
Save