File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
spring-beans/src/main/java/org/springframework/beans/factory Expand file tree Collapse file tree 4 files changed +9
-7
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-2016 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.
18
18
19
19
/**
20
20
* Callback that allows a bean to be aware of the bean
21
- * {@link ClassLoader class loader}; that is, the class loader is used by the
21
+ * {@link ClassLoader class loader}; that is, the class loader used by the
22
22
* present bean factory to load bean classes.
23
23
*
24
24
* <p>This is mainly intended to be implemented by framework classes which
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2011 the original author or authors.
2
+ * Copyright 2002-2016 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.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2016 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.
24
24
*
25
25
* <p>An alternative to implementing DisposableBean is specifying a custom
26
26
* destroy-method, for example in an XML bean definition.
27
- * For a list of all bean lifecycle methods, see the {@link BeanFactory BeanFactory javadocs}.
27
+ * For a list of all bean lifecycle methods, see the
28
+ * {@link BeanFactory BeanFactory javadocs}.
28
29
*
29
30
* @author Juergen Hoeller
30
31
* @since 12.08.2003
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2016 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.
23
23
*
24
24
* <p>An alternative to implementing InitializingBean is specifying a custom
25
25
* init-method, for example in an XML bean definition.
26
- * For a list of all bean lifecycle methods, see the {@link BeanFactory BeanFactory javadocs}.
26
+ * For a list of all bean lifecycle methods, see the
27
+ * {@link BeanFactory BeanFactory javadocs}.
27
28
*
28
29
* @author Rod Johnson
29
30
* @see BeanNameAware
You can’t perform that action at this time.
0 commit comments