error Handler
I'm working with handler. I'm trying to use the slingRepository. However, when I added to my class It's not deploying my handler and its not showing any error.
Any idea?
@Component(
metatype = true,
immediate = false
)
@Service
public class MyAuthenticationHandler extends DefaultAuthenticationFeedbackHandler implements AuthenticationHandler {
| @Reference | |
private SlingRepository slingRepository; |