Hi,
I would like to know how can i make my class object as reference?
For ex:
/** @scr.reference */
private SlingRepository slingRepository;
In the java i have to get slingRepository through reference only. So i want to make my customized class objects accessible through reference only. Provide pointers if u know, Thanks for helping.
Regards,
Shashi