0

Does QDox provide a way to get the names of the enum values defined by an enum? (I know it can be done using reflection, but I want to be able to get the JavaDoc as well.)

Robert Scholte
  • 11,889
  • 2
  • 35
  • 44
Wilfred Springer
  • 10,869
  • 4
  • 55
  • 69

1 Answers1

1

You are right, it does suport Enums but it doesn't read the enum constants inside. Maybe extending JavaDocBuilder and doing a few more changes this can be added.

rodrigoap
  • 7,405
  • 35
  • 46