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

io.micronaut.configuration.clickhouse.condition.RequiresClickHouse Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package io.micronaut.configuration.clickhouse.condition;

import java.lang.annotation.*;

/**
 * Description in progress
 *
 * @author Anton Kurako (GoodforGod)
 * @since 11.3.2020
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.PACKAGE, ElementType.TYPE })
public @interface RequiresClickHouse {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy