|
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.
|
|
14 | 14 | * limitations under the License.
|
15 | 15 | */
|
16 | 16 |
|
17 |
| -package org.springframework.beans.factory.aspectj; |
| 17 | +package org.springframework.context.annotation; |
18 | 18 |
|
19 | 19 | import java.lang.annotation.Documented;
|
20 | 20 | import java.lang.annotation.ElementType;
|
|
25 | 25 | import org.springframework.context.annotation.Import;
|
26 | 26 |
|
27 | 27 | /**
|
28 |
| - * Signals the current application context to apply dependency injection to non-managed |
29 |
| - * classes that are instantiated outside of the Spring bean factory (typically classes |
30 |
| - * annotated with the @{@link org.springframework.beans.factory.annotation.Configurable |
| 28 | + * Signals the current application context to apply dependency injection to |
| 29 | + * non-managed classes that are instantiated outside of the Spring bean factory |
| 30 | + * (typically classes annotated with the @ |
| 31 | + * {@link org.springframework.beans.factory.annotation.Configurable |
31 | 32 | * Configurable} annotation).
|
32 | 33 | *
|
33 |
| - * <p>Similar to functionality found in Spring's {@code <context:spring-configured>} XML |
34 |
| - * element. Often used in conjunction with {@link |
35 |
| - * org.springframework.context.annotation.EnableLoadTimeWeaving @EnableLoadTimeWeaving}. |
| 34 | + * <p>Similar to functionality found in Spring's |
| 35 | + * {@code <context:spring-configured>} XML element. Often used in conjunction |
| 36 | + * with {@link org.springframework.context.annotation.EnableLoadTimeWeaving |
| 37 | + * @EnableLoadTimeWeaving}. |
36 | 38 | *
|
37 | 39 | * @author Chris Beams
|
38 | 40 | * @since 3.1
|
|
0 commit comments