Hi All,
I am facing issue in AEM6.3(6.1 code was working), @Reference annotation is not working in abstract class.
Same code was working fine in AEM6.1
Below is my code
@Service
public abstract class Test implements ABCIntf {
@Reference (this is not working in 6.3 was working in 6.1)
private Replicator replicator
}
I had no option other than to move @Reference in concrete class.
Please advise if anyone can help.
Thanks,
Pradeep