Singleton declaration in java.
enum Singleton{ SINGLE { @Override void operation() { ; } }; abstract void operation(); }