diff --git a/app/src/main/java/com/topjohnwu/magisk/utils/feature/Annotations.kt b/app/src/main/java/com/topjohnwu/magisk/utils/feature/Annotations.kt new file mode 100644 index 000000000..2f7fb6361 --- /dev/null +++ b/app/src/main/java/com/topjohnwu/magisk/utils/feature/Annotations.kt @@ -0,0 +1,16 @@ +package com.topjohnwu.magisk.utils.feature + +@Retention(AnnotationRetention.SOURCE) +annotation class WIP + + +@Retention(AnnotationRetention.SOURCE) +annotation class Beta + + +@Retention(AnnotationRetention.SOURCE) +annotation class Alpha + + +@Retention(AnnotationRetention.SOURCE) +annotation class Unstable \ No newline at end of file