Package com.activeviam.annotations
Annotation Type InternalApi
-
@Target({PACKAGE,TYPE,METHOD,FIELD}) @Retention(CLASS) public @interface InternalApi
Custom annotation marking an API element as internal.This marker complements a
Deprecatedannotation, indicating that the mark element was never intended as public API for users. Packages, classes, methods and fields marked with this annotation will be removed in the next version, without ActiveViam providing any replacement.- Author:
- ActiveViam
-
-
Element Detail
-
since
String since
Returns the version number from which this package is deprecated.
-
-