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

@@ -31,7 +31,7 @@ import org.osgi.service.component.annotations.Component;
/**
* Discovery for Enocean USB dongles, integrated in USB-serial discovery by implementing a component of type
* {@link UsbSerialDiscoveryParticipant}.
* <p/>
* <p>
* Currently, this {@link UsbSerialDiscoveryParticipant} supports the Enocean USB300 dongles.
*
* @author Aitor Iturrioz - initial contribution

View File

@@ -66,10 +66,8 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* The {@link EnOceanBridgeHandler} is responsible for sending ESP3Packages build by
* {@link org.openhab.binding.enocean.internal.handler.EnOceanActuatorHandler} and
* transferring received ESP3Packages to
* {@link org.openhab.binding.enocean.internal.handler.EnOceanSensorHandler}.
* The {@link EnOceanBridgeHandler} is responsible for sending ESP3Packages build by {@link EnOceanBaseActuatorHandler}
* and transferring received ESP3Packages to {@link EnOceanBaseSensorHandler}.
*
* @author Daniel Weber - Initial contribution
*/