Make @MessageDsl public

This commit is contained in:
Him188 2020-02-14 18:33:35 +08:00
parent 98b0073f81
commit 2bbc324245

View File

@ -631,4 +631,4 @@ class MessageSubscribersBuilder<T : MessagePacket<*, *>>(
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.TYPE)
@DslMarker
internal annotation class MessageDsl
annotation class MessageDsl