mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 18:38:46 +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…
x
Reference in New Issue
Block a user