Created
February 25, 2016 19:23
-
-
Save jeffscottbrown/6cc32071acf7874e5d43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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