mirror of
https://github.com/corda/corda.git
synced 2025-02-22 02:06:45 +00:00
Add `@InitiatedBy` to the java docs on the responder flow, this is already shown in the kotlin version. Add a note on overriding responders, instructing developers to still include the `@InitiatedBy` annotation on the new responder even though the configuration setup can make developers think that defining the override will guarantee the initiator and responder will join up correctly.
Corda Documentation Build
To run the Corda Documentation build run ./gradlew makeDocs
Note: In order to run the documentation build you will need Docker installed.
Windows users: If this task fails because Docker can't find make-docsite.sh, go to Settings > Shared Drives in the Docker system tray agent, make sure the relevant drive is shared, and click 'Reset credentials'.