There are a lot of Hybris specific classes I have been using in the past years like:
UserService, SessionService, ModelService, ModelContext, CmdImpExService, FlexibleSearchService
I noticed that these classes are present in jar files ( e.g coreserver.jar ) and Intellij can easily decompile them.
I am interested in the associated .java files because I want to see all the javadoc and because I want to make the debug process a lot easier. I also know that the .java files depend on the Hybris version.
Is there any set of steps(or any link) I can follow so that I can get the source(.java) files ?