Skip to content

Instantly share code, notes, and snippets.

@gilleain
Created June 9, 2010 15:28
Show Gist options
  • Save gilleain/431644 to your computer and use it in GitHub Desktop.
Save gilleain/431644 to your computer and use it in GitHub Desktop.
package tmp;
public class MyGenerator extends BaseGenerator {
public static final String BOND_DISTANCE = "BondDistance";
public MyGenerator() {
super.register(BOND_DISTANCE, Double.class, 5.0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment