Polish Javadoc for ExtendedBeanInfoFactory
This commit is contained in:
@@ -41,7 +41,7 @@ class ExtendedBeanInfoFactory implements Ordered, BeanInfoFactory {
|
||||
|
||||
/**
|
||||
* Return whether the given bean class declares or inherits any non-void returning
|
||||
* JavaBeans setter methods.
|
||||
* JavaBeans or <em>indexed</em> setter methods.
|
||||
*/
|
||||
public boolean supports(Class<?> beanClass) {
|
||||
for (Method method : beanClass.getMethods()) {
|
||||
|
||||
Reference in New Issue
Block a user