mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 08:47:25 +00:00
Added annotations for marking code with it's current state
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user