I have an interface that I want to implement in separate classes after doing a quick google search apparently,
Java doesn\'t have partial classes. Is there a way that I ca
Aspectj can be the answer to C#/.net partial class feature!
Spring Roo is one of the typical development framework using aspectj to divide a class functionalities into several different files.