Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Nice information. I was stupid to ask such a generic thing, but that had made a design pattern clear in my mind. And also what I get, I could have gone with the annotation based spring, and I could have my own annotation that mimics the custom functionality which I have added. Am I getting it right, sir? Commented Aug 29, 2016 at 17:25
  • You might be able to use Spring AOP to achieve the same goals as your subclassing solution that no longer works, yes - but that depends on your specific issue. Maybe ask on StackOverflow how to solve your specific coding issue? And I don't think you were stupid at all :) Commented Aug 30, 2016 at 9:20