mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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:
+2
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user