W3cubDocs

/Kotlin

PublishedApi

@Target([AnnotationTarget.CLASS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY]) annotation class PublishedApi

Platform and version requirements: Kotlin 1.1

Specifies that this part of internal API is effectively public exposed by using in public inline function

Constructors

<init>

PublishedApi()

Specifies that this part of internal API is effectively public exposed by using in public inline function

© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-published-api/