You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SharedType relies on constructor to locate enum constant literal values. When Lombok is used to generate the constructor, the actual source code does not have the constructor, but the location of constructor params can be inferred.