Annotation Interface OApi


@Retention(SOURCE) public @interface OApi
Annotation to mark OrientDB API. Maturity has the following meaning:
  • EXPERIMENTAL: the API can change or could be completely dropped
  • NEW: the API is new and could be immature
  • STABLE: the API is stable and used by users. Any change to the API pass for @Deprecated and official announcements
  • DEPRECATED: the API has been deprecated. Usually a better alternative is provided in JavaDoc. The Deprecated API could be removed on further releases
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
     
  • Element Details

    • enduser

      boolean enduser
      Default:
      true
    • maturity

      OApi.MATURITY maturity
      Default:
      NEW