Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 384 Bytes

deprecating-commands.md

File metadata and controls

7 lines (6 loc) · 384 Bytes

Deprecating Commands

To deprecate a hal command, implement the DeprecatedCommand interface and fill the getDeprecatedWarning() method with either a command to use in favor of your deprecated command, or another migration path. Users will see this message when using the deprecated command, so please allow several stable releases to occur before fully removing the command.