org.springframework.beans.annotation
Class AnnotationBeanUtils
java.lang.Object
   org.springframework.beans.annotation.AnnotationBeanUtils
org.springframework.beans.annotation.AnnotationBeanUtils
- public abstract class AnnotationBeanUtils 
- extends Object
General utility methods for working with annotations in JavaBeans style.
- Since:
- 2.0
- Author:
- Rob Harrop, Juergen Hoeller
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AnnotationBeanUtils
public AnnotationBeanUtils()
copyPropertiesToBean
public static void copyPropertiesToBean(Annotation ann,
                                        Object bean,
                                        String... excludedProperties)
- Copy the properties of the supplied Annotationto the supplied target bean.
 Any properties defined inexcludedPropertieswill not be copied.
 
- 
- See Also:
- BeanWrapper
 
Copyright © 2002-2008 The Spring Framework.