Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Groovydoc shows $INIT static method that can be used to create instances of the enum:
enum GE{} final ge = GE.$INIT(['', 0] as Object[]) assert ge.class == GE
That should probably be hidden from groovydocs.
Attachments
Issue Links
- is a clone of
-
GROOVY-9571 groovydoc: annotation definitions, enums, interfaces, and traits have a default ctor
- Closed
- is related to
-
GROOVY-9572 groovydoc: some __$stMC field is inherited from base class
- Open