I'm interested to know if there is a way that I don't always have to restart my whole project after changes in my code?
I know this mechanism from frontend development with Angular. If I make changes in my code here, I don't have to reload the whole project.
I use Intellj Idea as IDE. Is there such a mechanism for Java development or plugins for intellj idea?