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
{{ message }}
This repository was archived by the owner on Mar 26, 2020. It is now read-only.
The djinni generated java flags doest not come with all opts and none opts. My suggestion is add the following constants to solve it:
public static final EnumSet<MyFlagClass> ALL_OPTS = EnumSet.allOf(MyFlagClass.class);
public static final EnumSet<MyFlagClass> NONE_OPTS = EnumSet.noneOf(MyFlagClass.class);