vttranlina commented on code in PR #1104:
URL: https://github.com/apache/james-project/pull/1104#discussion_r938636006
##########
server/apps/distributed-app/docs/modules/ROOT/pages/configure/extensions.adoc:
##########
@@ -25,4 +25,34 @@ guice.extension.module=com.project.MyServiceModule
Enables to inject MyService into your extensions.
+
+*guice.extension.module*: come separated list of fully qualified class name.
These classes need to implement Task extension modules.
+
+Here is an example of such a class :
+
+....
+public class RSpamDTaskExtensionModule implements TaskExtensionModule {
+
+ @Inject
+ public RSpamDTaskExtensionModule() {
+ }
Review Comment:
just a sample of the document
the class should have Inject annotation with constructor for guice
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]