Class InternalStableApiAttribute
Marks APIs that are considered internal to Akka and should not be accessed by user code but that are used across Akka project boundaries and therefore shouldn't be changed without considering possible usage outside of the Akka core modules.
If a method/class annotated with this annotation is part of a public API there should be a xdoc comment where the first line MUST include INTERNAL API in order to be easily identifiable from generated documentation. Additional information may be put on the same line as the INTERNAL API comment in order to clarify further.
Inherited Members
Namespace: Akka.Annotations
Assembly: Akka.dll
Syntax
[AttributeUsage(AttributeTargets.Module|AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface, Inherited = true, AllowMultiple = false)]
public sealed class InternalStableApiAttribute : Attribute