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 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 
      Modifier and Type Required Element Description
      String since
      Returns the version number from which this package is deprecated.
    • Element Detail

      • since

        String since
        Returns the version number from which this package is deprecated.