Added annotations for marking code with it's current state

This commit is contained in:
Viktor De Pasquale 2019-04-26 19:33:42 +02:00
parent bbf650c6cf
commit 750c42caf1

View File

@ -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