File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
spring-context/src/main/java/org/springframework/context/annotation Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2011 the original author or authors.
2
+ * Copyright 2002-2012 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.
83
83
* // ...
84
84
* }</pre>
85
85
*
86
- * <p>{@code @Bean} methods may also be declared wihtin any {@code @Component} class, in
87
- * which case they will get processed in a configuration class 'lite' mode in which
86
+ * <p>{@code @Bean} methods may also be declared within any {@code @Component} class, in
87
+ * which case they will get processed in a configuration class <em> 'lite'</em> mode in which
88
88
* they will simply be called as plain factory methods from the container (similar to
89
89
* {@code factory-method} declarations in XML). The containing component classes remain
90
- * unmodified in this case, and there are no unusual constraints for factory methods,
91
- * however, scoping semantics are not respected as described above for inter-bean method
90
+ * unmodified in this case, and there are no unusual constraints for factory methods;
91
+ * however, scoping semantics are <b> not</b> respected as described above for inter-bean method
92
92
* invocations in this mode. For example:
93
93
* <pre class="code">
94
94
* @Component
130
130
* @author Costin Leau
131
131
* @author Chris Beams
132
132
* @author Juergen Hoeller
133
+ * @author Sam Brannen
133
134
* @since 3.0
134
135
* @see Configuration
135
136
* @see Scope
You can’t perform that action at this time.
0 commit comments