Improve javadoc for some addons (#15701)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-10-08 00:25:04 +02:00
committed by GitHub
parent f8bcfb0c7e
commit f24a4305b8
275 changed files with 547 additions and 406 deletions

View File

@@ -40,7 +40,7 @@ import org.slf4j.LoggerFactory;
* app. The meaning of the EcoTouch tags was provided by Waterkotte's technical
* service (by an excerpt of a developer manual).
*
* @author Sebastian Held <sebastian.held@gmx.de> - Initial contribution
* @author Sebastian Held - Initial contribution
* @since 1.5.0
*/

View File

@@ -19,7 +19,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
*
* Used to solve compiler warning: "Avoid throwing raw exception types".
*
* @author Sebastian Held <sebastian.held@gmx.de> - Initial contribution
* @author Sebastian Held - Initial contribution
* @since 3.1.0
*/
@NonNullByDefault

View File

@@ -28,7 +28,7 @@ import org.eclipse.jdt.annotation.Nullable;
/**
* Represents all valid commands which could be processed by this binding
*
* @author Sebastian Held <sebastian.held@gmx.de> - Initial contribution
* @author Sebastian Held - Initial contribution
* @since 1.5.0
*/
@NonNullByDefault