igorrosenberg / grails-plugin-uml-class-diagram

Generate UML diagrams from your Grails app source code.
Apache License 2.0
7 stars 4 forks source link

code: Grails introspection improvements #18

Open igorrosenberg opened 9 years ago

igorrosenberg commented 9 years ago

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)