mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-14 20:44:07 +07:00
3 lines
42 B
Java
3 lines
42 B
Java
public enum OurEnum {
|
|
RED, GREEN, BLUE
|
|
} |