Messenger Abstract Structure with EnumsThis project outlines an abstract structure for a messaging system using enums in Java.Run CommandTo 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