Statement - Code pitfalls in AEM
Solution :
Solution :
- Avoid Sling Bindings in Java code
Sling Bindings are an inappropriate way to get access to a service in 90% of cases. Instead, you should use @Reference or @Inject annotations.
No comments:
Post a Comment