enum MyEnum {
    CONST;

    public void method() {
    }
}
