Package org.apache.pekko.annotation


package org.apache.pekko.annotation
  • Annotation Interfaces
    Class
    Description
    Marks APIs that are meant to evolve towards becoming stable APIs, but are not stable APIs yet.
    Marks APIs that are designed under a closed-world assumption for and are NOT meant to be extended by user-code.
    Marks APIs that are considered internal to Apache Pekko and may change at any point in time without any warning.
    Marks APIs that are considered internal to Apache Pekko and should not be accessed by user code but that are used across Apache Pekko project boundaries and therefore shouldn't be changed without considering possible usage outside of the Apache Pekko core modules.