Skip to content

Commit

Permalink
Use default experimental opt in message.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Mar 12, 2020
1 parent 8a6ea98 commit 7dd9049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion coil-base/src/main/java/coil/annotation/BuilderMarker.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ package coil.annotation
*/
@DslMarker
@MustBeDocumented
@Retention(AnnotationRetention.BINARY)
@Retention(value = AnnotationRetention.BINARY)
annotation class BuilderMarker
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ package coil.annotation
* Targets marked by this annotation may contain breaking changes in the future as their design is still incubating.
*/
@MustBeDocumented
@Retention(AnnotationRetention.BINARY)
@RequiresOptIn(
message = "This API is experimental and may contain breaking changes in the future as its design is still incubating.",
level = RequiresOptIn.Level.WARNING
)
@Retention(value = AnnotationRetention.BINARY)
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
annotation class ExperimentalCoilApi

0 comments on commit 7dd9049

Please # to comment.