Javadoc for AkkaGuiceSupport has incorrect example code
See original GitHub issueSee https://playframework.com/documentation/2.5.12/api/java/play/libs/akka/AkkaGuiceSupport.html#bindActorFactory-java.lang.Class-java.lang.Class-. sender().send
should be sender().tell
and the call to injectedChild
doesn’t make sense. We have a correct example here: https://www.playframework.com/documentation/2.5.x/JavaAkka#Dependency-injecting-child-actors
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to Write Doc Comments for the Javadoc Tool - Oracle
The Java Platform API Specification is defined by the documentation comments in the source code and any documents marked as specifications reachable from...
Read more >Multiple line code example in Javadoc comment
I had a really tough time with including a specific code example in a javadoc comment. ... For example, this code could be...
Read more >Multiple Line Code Example in Javadoc Comment - Baeldung
A quick and practical tutorial to embedding code samples in JavaDoc comments.
Read more >AkkaGuiceSupport (Play 2.7.x)
Bind an actor. This will cause the actor to be instantiated by Guice, allowing it to be dependency injected itself. It will bind...
Read more >Is it wrong not to create Javadoc for my code?
I've looked at a lot of C programming and even C++ and I like the way they are commented. Is it wrong not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @gmethvin,@benmccann @marcospereira , I would like to take this as my first PR. Can i take this ? 😃
hi @marcospereira I added link. https://github.com/playframework/playframework/pull/7747