コード例 #1
0
 @Override
 public boolean isCompatibleWith(IPropertyDescriptor anotherProperty) {
   return mDelegate.isCompatibleWith(anotherProperty);
 }