-
Sub-task
-
Resolution: Delivered
-
P4
-
19
The exact `toString` format for annotations is not specified; however, the `toString` output is intended to be usable for source input. The `toString` output of enum constants was changed to two ways so that it would be usable as source input:
* The name of the constant is used (rather than the output is its `toString` method)
* For the name of the enum class, its canonical name rather than its binary name is used.
* The name of the constant is used (rather than the output is its `toString` method)
* For the name of the enum class, its canonical name rather than its binary name is used.