intercept method invocations in JSE
I want to intercept a method call in java to do some code before executing
the called method
I found this Question but I think Spring can do it as answered in the
question but I also think that Spring is only used with JEE and I need it
for JSE
So, How can I use Spring in JSE or is there is another way