Hi Joe, > On Jul 3, 2019, at 2:24 PM, Joe Darcy <joe.da...@oracle.com> wrote: > > + * Note that if an enum constant is declared with a class body, > + * the class of that enum constant is an anonymous class and > + * <em>not</em> the class of the declaring enum type. The {@link > + * Enum.getDeclaringClass} method can be used to get class of the
I think you intended “get the class” in the preceding line. > + * enum type declaring an enum constant. Thanks, Brian