Skip to content

Support @Config methodName option

Compare
Choose a tag to compare
@Oblarg Oblarg released this 08 Jan 15:59
· 23 commits to master since this release

Adds methodName support to the @Config annotation, allowing extraction of setters for data-binding from complex types even when those types do not implement Loggable. Useful for interacting with types whose code the user does not have access to.

Also updates the example project to be based on the 2020 WPILib FrisbeeBot example.