suken / UmlGeneratorTool

Java software development tool for Spring, JPA, class diagrams etc
12 stars 1 forks source link

CR9 - Refactoring JPA, Spring and Class diagram generation for improvements #21

Open suken opened 9 years ago

suken commented 9 years ago

Following improvements will be covered as part of this enhancement task:

  1. Need to remove hard coding of annotation names used in generation of JPA and spring diagrams. Ideally would like to use the annotation classes to assert if the annotation is present.
  2. Use java Introspector API instead of basic reflection to read classes.