All Downloads are FREE. Search and download functionalities are using the official Maven repository.

akka.annotation.Annotations.scala Maven / Gradle / Ivy

There is a newer version: 2.2.6.3
Show newest version
package akka.annotation

import scala.annotation.StaticAnnotation

class ApiMayChange extends StaticAnnotation {
  def this(issue: String) = this()
}

class DoNotInherit extends StaticAnnotation

class InternalApi extends StaticAnnotation

class InternalStableApi extends StaticAnnotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy