Fixed annotation
This commit is contained in:
@@ -58,7 +58,7 @@ public annotation class OnlyOutputTypes
|
|||||||
/**
|
/**
|
||||||
* Specifies that this function should not be called directly without inlining
|
* Specifies that this function should not be called directly without inlining
|
||||||
*/
|
*/
|
||||||
@Target(AnnotationTarget.FUNCTION)
|
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
|
||||||
@Retention(AnnotationRetention.BINARY)
|
@Retention(AnnotationRetention.BINARY)
|
||||||
internal annotation class InlineOnly
|
internal annotation class InlineOnly
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user