mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-02-13 20:45:29 +01:00
* Add more null annotations to automation bundles. This adds null annotations to many classes in the automation bundles and a few dimension classes. * Further cleanup AutomationCommandExport * Remove null from RuleStatusInfo JavaDocs. This should be clear from how the class is now annotated. * Validate deserialized RuleStatusInfo * Allow TriggerHandlerCallback to be triggered without providing a context Signed-off-by: Wouter Born <github@maindrain.net>