Commit 750c42ca authored by Viktor De Pasquale's avatar Viktor De Pasquale

Added annotations for marking code with it's current state

parent bbf650c6
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment