mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 02:25:28 +00:00
Added annotations for marking code with it's current state
This commit is contained in:
parent
bbf650c6cf
commit
750c42caf1
@ -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
|
Loading…
Reference in New Issue
Block a user