Polish Javadoc for ExtendedBeanInfoFactory
This commit is contained in:
parent
5bcf68e25a
commit
3925f6a428
|
|
@ -41,7 +41,7 @@ class ExtendedBeanInfoFactory implements Ordered, BeanInfoFactory {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return whether the given bean class declares or inherits any non-void returning
|
* 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) {
|
public boolean supports(Class<?> beanClass) {
|
||||||
for (Method method : beanClass.getMethods()) {
|
for (Method method : beanClass.getMethods()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue