File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed
spring-beans/src/main/java/org/springframework/beans/factory Expand file tree Collapse file tree 5 files changed +10
-8
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.
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.
19
19
/**
20
20
* Interface to be implemented by beans that want to be aware of their
21
21
* bean name in a bean factory. Note that it is not usually recommended
22
- * that an object depend on its bean name, as this represents a potentially
22
+ * that an object depends on its bean name, as this represents a potentially
23
23
* brittle dependence on external configuration, as well as a possibly
24
24
* unnecessary dependence on a Spring API.
25
25
*
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 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 24
24
*
25
25
* <p><b>NB: A bean that implements this interface cannot be used as a
26
26
* normal bean.</b> A FactoryBean is defined in a bean style, but the
27
- * object exposed for bean references ({@link #getObject()} is always
27
+ * object exposed for bean references ({@link #getObject()}) is always
28
28
* the object that it creates.
29
29
*
30
30
* <p>FactoryBeans can support singletons and prototypes, and can
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 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