dev.datlag.sekret.model.Config.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler-plugin Show documentation
Show all versions of compiler-plugin Show documentation
Compiler plugin for sekret annotations
The newest version!
package dev.datlag.sekret.model
data class Config(
val secretMask: String,
val secretMaskNull: Boolean,
val obfuscateSeed: Int
)