Skip to content

Conversation

ctrimble
Copy link
Collaborator

adds a method like this, when generateBuilders is true:

  public THIS_TYPE withAdditionalProperty( String name, TYPE value ) {
    additionalProperties.put(name, value);
    return this;
  }

joelittlejohn added a commit that referenced this pull request Apr 24, 2014
@joelittlejohn joelittlejohn merged commit ea4b21f into joelittlejohn:master Apr 24, 2014
@ctrimble ctrimble deleted the feature_with-additional-property branch April 25, 2014 01:37
@joelittlejohn joelittlejohn added this to the 0.4.2 milestone May 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants