Commit 2bbc3242 authored by Him188's avatar Him188

Make `@MessageDsl` public

parent 98b0073f
...@@ -631,4 +631,4 @@ class MessageSubscribersBuilder<T : MessagePacket<*, *>>( ...@@ -631,4 +631,4 @@ class MessageSubscribersBuilder<T : MessagePacket<*, *>>(
@Retention(AnnotationRetention.SOURCE) @Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.TYPE) @Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.TYPE)
@DslMarker @DslMarker
internal annotation class MessageDsl annotation class MessageDsl
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment