Package org.yamcs

Annotation Type Experimental


  • @Retention(SOURCE)
    @Target({TYPE,METHOD})
    @Documented
    public @interface Experimental
    Marks a class or method as experimental. This means that it may be changed or removed without needing a deprecation phase in the future.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      Optional information on this feature.
    • Element Detail

      • value

        String value
        Optional information on this feature.
        Default:
        ""