Skip to content

Instantly share code, notes, and snippets.

@jeffscottbrown
Created February 25, 2016 19:23
Show Gist options
  • Save jeffscottbrown/6cc32071acf7874e5d43 to your computer and use it in GitHub Desktop.
Save jeffscottbrown/6cc32071acf7874e5d43 to your computer and use it in GitHub Desktop.
$ grails create-app whatisit && cd whatisit && grails create-domain-class demo.Foo && ./gradlew cG && javap -classpath build/classes/main demo.Foo|grep "class demo.Foo"
public class demo.Foo implements org.grails.datastore.mapping.dirty.checking.DirtyCheckable, org.grails.datastore.gorm.GormEntity<demo.Foo>, grails.artefact.DomainClass, grails.web.databinding.WebDataBinding, grails.gorm.Entity<demo.Foo>, org.grails.datastore.mapping.dirty.checking.DirtyCheckable$Trait$FieldHelper, org.grails.datastore.gorm.GormValidateable$Trait$FieldHelper, groovy.lang.GroovyObject {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment