typeDescriptors.add(proxyTypeDescriptor);
}
public void beginSetter(Type classType, Type methodType, int modifier, Type returnType, String propertyName, String description, boolean override) {
propertyDescriptor = new PropertyDescriptor(modifier, returnType, methodType, propertyName);
propertyDescriptor.setSetter(true);
propertyDescriptor.setOverride(override);
propertyDescriptor.setDescription(description);
typeDescriptor.addPropertyDescriptor(propertyDescriptor);