Hi All,
Doubt as below :
I have an interface where couple of methods are defined. In my component Java class[which is not a service class], if I have to refer any of the method present in the interface, it is not possible.
- Is my Understanding correct?
- Any way we can access methods declared in the interface, via my Component java class?
Any thoughts/pointers on this will be helpful.