Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 2fdf52e

Browse files
committed
make BackgroundPolicy annotation visible outside of the module
1 parent aa54fc5 commit 2fdf52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topl-service/src/main/java/io/matthewnelson/topl_service/util/ServiceConsts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ abstract class ServiceConsts: BaseConsts() {
8787
BackgroundPolicy.RUN_IN_FOREGROUND
8888
)
8989
@Retention(AnnotationRetention.SOURCE)
90-
internal annotation class BackgroundPolicy {
90+
annotation class BackgroundPolicy {
9191
companion object {
9292
private const val BACKGROUND_POLICY = "BackgroundPolicy_"
9393
const val RESPECT_RESOURCES = "${BACKGROUND_POLICY}RESPECT_RESOURCES"

0 commit comments

Comments
 (0)