Mark Behavior as @ApiMayChange & not @InternalApi (#26014)
This commit is contained in:
parent
de02d5d6bd
commit
582b966267
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import scala.annotation.tailrec
|
|||
import akka.actor.typed.internal.BehaviorImpl.OrElseBehavior
|
||||
import akka.actor.typed.internal.WrappingBehavior
|
||||
import akka.util.{ LineNumbers, OptionVal }
|
||||
import akka.annotation.{ DoNotInherit, InternalApi }
|
||||
import akka.annotation.{ ApiMayChange, DoNotInherit, InternalApi }
|
||||
import akka.actor.typed.scaladsl.{ ActorContext ⇒ SAC }
|
||||
|
||||
/**
|
||||
|
|
@ -34,7 +34,7 @@ import akka.actor.typed.scaladsl.{ ActorContext ⇒ SAC }
|
|||
*
|
||||
* Not for user extension.
|
||||
*/
|
||||
@InternalApi
|
||||
@ApiMayChange
|
||||
@DoNotInherit
|
||||
sealed abstract class Behavior[T] { behavior ⇒
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue