Messenger Abstract Structure with Enums This project outlines an abstract structure for a messaging system using enums in Java. Run Command To compile and run the project, use the following commands in your terminal: javac -d target src/main/java/org/dorum/Main.java java -cp target org.dorum.Main