Package com.activeviam.annotations
Annotation Type 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 Elements Modifier and Type Required Element Description StringforRemovalReturns target version that will remove the annotated API.
-