Skip to content

Commit

Permalink
Add a link to the relevant docs from GroovyWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Aug 10, 2024
1 parent 76c0218 commit 59e5c9c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/main/java/org/apposed/appose/GroovyWorker.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,14 @@
/**
* The Appose worker for running Groovy scripts.
* <p>
* Like all Appose workers, this program conforms to the {@link Appose Appose
* worker process contract}, meaning it accepts requests on stdin and produces
* responses on stdout, both formatted according to Appose's assumptions.
* Like all Appose workers, this program conforms to the Appose worker process
* contract, meaning it accepts requests on stdin and produces responses on
* stdout, both formatted according to Appose's assumptions.
* </p>
* <p>
* For details, see the
* <a href="https://github.com/apposed/appose/blob/-/README.md#workers">Appose
* README</a>.
* </p>
*/
public class GroovyWorker {
Expand Down

0 comments on commit 59e5c9c

Please sign in to comment.