Skip to content

Commit

Permalink
Null annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Better <marcus@better.se>
  • Loading branch information
marcusb committed Oct 15, 2021
1 parent d1bd3a9 commit 40f047f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@
*/
package org.openhab.binding.upb.internal.message;

import org.eclipse.jdt.annotation.NonNullByDefault;

/**
* An enum of possible commands.
*
* @author cvanorman - Initial contribution
*/
@NonNullByDefault
public enum Command {
NULL(0),
ACTIVATE(0x20),
Expand Down

0 comments on commit 40f047f

Please sign in to comment.