Hallo Cloudstack developers, I just started exploring on the source code for Cloudstack and in particular, I'm currently looking at the cloud-server maven project. The first thing that caught my attention was the AccountManagerImpl.java. This implements 3 interfaces. But the AccountManager and AccountService seems to be from the same heirarchy. Why is that the AccountManagerImpl.java has both these interfaces in the implements clause?
Regards, Jothi