Package com.activeviam.annotations
Annotation Interface InternalApi
Custom annotation marking an API element as internal.
This marker complements a Deprecated annotation, 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
-
Required Element Summary
Required Elements
-
Element Details
-
since
String sinceReturns the version number from which this package is deprecated.
-