io.micronaut.configuration.clickhouse.condition.RequiresClickHouse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micronaut-clickhouse Show documentation
Show all versions of micronaut-clickhouse Show documentation
This is integration between Micronaut and ClickHouse.
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