File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
commonMain/kotlin/org/jetbrains/annotations
jvmMain/java/org/jetbrains/annotations
nonJvmMain/kotlin/org/jetbrains/annotations Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ expect class ApiStatus private constructor() {
200
200
*
201
201
* Indicates that the annotated method is part of SPI (Service Provider Interface), which is intended to be
202
202
* **only implemented or overridden** but not called by clients of the declaring library.
203
- * If a class or interface is marked with this annotation it means that all its methods can be only overridden.
203
+ * If a class or interface is marked with this annotation it means that all its instance methods can be only overridden.
204
204
*
205
205
*
206
206
* Although there is a standard mechanism of `protected` methods, it is not applicable to interface's methods.
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ private ApiStatus() {
149
149
/**
150
150
* <p>Indicates that the annotated method is part of SPI (Service Provider Interface), which is intended to be
151
151
* <strong>only implemented or overridden</strong> but not called by clients of the declaring library.
152
- * If a class or interface is marked with this annotation it means that all its methods can be only overridden.</p>
152
+ * If a class or interface is marked with this annotation it means that all its instance methods can be only overridden.</p>
153
153
*
154
154
* <p>Although there is a standard mechanism of {@code protected} methods, it is not applicable to interface's methods.
155
155
* Also, API method may be made {@code public} to allow calls only from different parts of the declaring library but not outside it.</p>
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ actual class ApiStatus private actual constructor() {
200
200
*
201
201
* Indicates that the annotated method is part of SPI (Service Provider Interface), which is intended to be
202
202
* **only implemented or overridden** but not called by clients of the declaring library.
203
- * If a class or interface is marked with this annotation it means that all its methods can be only overridden.
203
+ * If a class or interface is marked with this annotation it means that all its instance methods can be only overridden.
204
204
*
205
205
*
206
206
* Although there is a standard mechanism of `protected` methods, it is not applicable to interface's methods.
You can’t perform that action at this time.
0 commit comments