Interface DPDCreator
public interface DPDCreator
A DPD creator is in charge of creating instances of DynamicPropertyDescriptors.
- 
Method Summary
- 
Method Details- 
createDynamicPropertyDescriptor create(String name, String desc, Class type, Object value, boolean dropTarget) 
 
-