code: Grails introspection improvements
Opened this issue · 0 comments
igorrosenberg commented
see FIXME in code, there must be a better way to use reflexion on Domains and Services.
grails-app/services/grails/plugin/umlclassdiagram/generator/DomainModelGeneratorService.groovy
// FIXME really need an object ? already got a class...
def instance = new DefaultGrailsDomainClass(c)