All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.producement.test.fixture.With.kt Maven / Gradle / Ivy

The newest version!
package com.producement.test.fixture

import kotlin.reflect.KClass

annotation class WithAll(val value: Array)

@Repeatable
@Suppress("DEPRECATED_JAVA_ANNOTATION")
@java.lang.annotation.Repeatable(WithAll::class)
annotation class With(
    val value: KClass
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy