getValue() 수정

master
mjkhan21 1 year ago
parent cffe990b80
commit 40aa003830

@ -109,6 +109,8 @@ public class Property extends AbstractComponent {
}
public Object getValue(Object obj, String name) {
return get(obj, name);
/*
try {
return getDescriptor(obj, name)
.getReadMethod()
@ -116,6 +118,7 @@ public class Property extends AbstractComponent {
} catch (Exception e) {
throw runtimeException(e);
}
*/
}
/** .

Loading…
Cancel
Save