diff Sphinx/source/developers/creating-plugins.rst @ 1001:56da617938f0

merge
author Alain Mazy <am@osimis.io>
date Tue, 19 Dec 2023 17:54:53 +0100
parents 2e103fb1fa11 3b62529bfe91
children a3436ae3709c
line wrap: on
line diff
--- a/Sphinx/source/developers/creating-plugins.rst	Tue Dec 19 17:54:15 2023 +0100
+++ b/Sphinx/source/developers/creating-plugins.rst	Tue Dec 19 17:54:53 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