Annotation Type SystemProvided


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    public @interface SystemProvided
    This interface is designed to mark TeamCity Open API interfaces that are not intended to be implemented by user. While API evolution we may consider to add other methods to those interfaces.
    Since:
    7.0
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com)
    See Also:
    UserImplemented