diff Sphinx/source/developers/creating-plugins.rst @ 999:3b62529bfe91

added java plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 Dec 2023 13:36:11 +0100
parents 05b106383b2a
children 56da617938f0
line wrap: on
line diff
--- a/Sphinx/source/developers/creating-plugins.rst	Mon Dec 18 09:47:49 2023 +0100
+++ b/Sphinx/source/developers/creating-plugins.rst	Tue Dec 19 13:36:11 2023 +0100
@@ -23,9 +23,10 @@
 <https://en.wikipedia.org/wiki/Foreign_function_interface>`__ (such as
 Rust or Objective-C).
 
-For developers who are more familiar with Python, it is also possible
-to create plugins using this simpler language. Check out the
-:ref:`dedicated Python plugin <python-plugin>`.
+For developers who are more familiar with Python or Java, it is also
+possible to create plugins using either of those simpler
+languages. Check out the :ref:`dedicated Python plugin
+<python-plugin>` or the :ref:`dedicated Java plugin <java-plugin>`.
 
 Because the C header providing the Orthanc SDK interface is licensed
 using the GPLv3 license, any Orthanc plugin must be licensed either