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