Add even more null annotations (#2752)

This PR adds even more missing null annotations which did not fit in #2742 as it grew too big.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2022-02-17 21:30:51 +01:00
committed by GitHub
parent 9bf181bf0a
commit 92917946d4
74 changed files with 439 additions and 295 deletions
@@ -12,12 +12,14 @@
*/
package org.openhab.core.model.persistence.runtime.internal;
import org.eclipse.jdt.annotation.NonNullByDefault;
import org.openhab.core.model.core.ModelParser;
import org.openhab.core.model.persistence.PersistenceStandaloneSetup;
import org.osgi.service.component.annotations.Component;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@NonNullByDefault
@Component(immediate = true)
public class PersistenceRuntimeActivator implements ModelParser {