replace 'trait' keyword with 'interface' in library code
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
package kotlin
|
||||
|
||||
/**
|
||||
* Base trait implicitly implemented by all annotation interfaces.
|
||||
* Base interface implicitly implemented by all annotation interfaces.
|
||||
* See [Kotlin language documentation](http://kotlinlang.org/docs/reference/annotations.html) for more information
|
||||
* on annotations.
|
||||
*/
|
||||
public trait Annotation
|
||||
public interface Annotation
|
||||
|
||||
Reference in New Issue
Block a user