@Override
 public int getDefaultPropertyIndex() {
   return mRootBeanInfo.getDefaultPropertyIndex();
 }
예제 #2
0
 public int getDefaultPropertyIndex() {
   return delegate.getDefaultPropertyIndex();
 }