@Target(value={TYPE,FIELD,METHOD,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public @interface Deprecated
Indicated that the current annotated member is deprecated from the extension.
This annotation can be applied to: Operations, Parameters, Sources, Scopes, Routers, Functions, Configuration, Connection
Providers and Extensions.
- Since:
- 1.2