Package com.activeviam.annotations
Annotation Interface DeprecatedApi
@Documented
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR})
@Retention(SOURCE)
public @interface DeprecatedApi
Internal annotation marking code as deprecated and to be removed in a future version.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionReturns target version that will remove the annotated API. -
Optional Element Summary
Optional Elements