| java.lang.Object | |
| ↳ | org.springframework.beans.annotation.AnnotationBeanUtils |
General utility methods for working with annotations in JavaBeans style.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Copy the properties of the supplied
Annotation to the supplied target bean. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Copy the properties of the supplied Annotation to the supplied target bean.
Any properties defined in excludedProperties will not be copied.
