mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
This is increasingly difficult to maintain, and has very limited benefit. Modern coprocessors with enough horsepower to run Java applications can use the Gradle or Bazel build systems instead.
wpiannotations
A collection of annotations for use in WPILib (and WPILib robot projects), used in conjunction with javacPlugin to do compile time static analysis. These annotations allow constraints to be placed on code to prevent user mistakes (by emitting compiler errors when common error patterns are detected).