Annotation Type DeprecationInfo


  • @Retention(RUNTIME)
    public @interface DeprecationInfo
    Annotation used to mark service that have been deprecated. Information can be provided on how to resolve the problem (i.e. write the replacement service). The information will be printed in the yamcs logs when the service is loaded.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String info