提交 a9f4eeea 编写于 作者: J Juergen Hoeller

fixed javadoc

上级 73dd6c28
/* /*
* Copyright 2002-2008 the original author or authors. * Copyright 2002-2009 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -39,7 +39,6 @@ import java.beans.PropertyDescriptor; ...@@ -39,7 +39,6 @@ import java.beans.PropertyDescriptor;
* @author Rod Johnson * @author Rod Johnson
* @author Juergen Hoeller * @author Juergen Hoeller
* @since 13 April 2001 * @since 13 April 2001
* @see #setExtractOldValueForEditor
* @see PropertyAccessor * @see PropertyAccessor
* @see PropertyEditorRegistry * @see PropertyEditorRegistry
* @see PropertyAccessorFactory#forBeanPropertyAccess * @see PropertyAccessorFactory#forBeanPropertyAccess
...@@ -77,6 +76,6 @@ public interface BeanWrapper extends ConfigurablePropertyAccessor { ...@@ -77,6 +76,6 @@ public interface BeanWrapper extends ConfigurablePropertyAccessor {
* @return the property descriptor for the specified property * @return the property descriptor for the specified property
* @throws InvalidPropertyException if there is no such property * @throws InvalidPropertyException if there is no such property
*/ */
PropertyDescriptor getPropertyDescriptor(String propertyName) throws BeansException; PropertyDescriptor getPropertyDescriptor(String propertyName) throws InvalidPropertyException;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册