Annotation Type SafeForSpeedsNotExceeding


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE,METHOD,CONSTRUCTOR})
    public @interface SafeForSpeedsNotExceeding
    Indicates the maximum speed that a device running the annotated code has been tested to function correctly with.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      SpeedUnits units  
      double value