After speaking to Engineering team, it looks like that API is appearing in the deprecated jar because it contains deprecated methods. @deprecatedString getFlashTemplatesServer(S7Config s7Config); The interface itself is not deprecated, so as long as you don't use an @deprecate method, you should be ...