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

com.trendyol.mpc.kafkathena.commons.annotation.EnableKafkathena Maven / Gradle / Ivy

package com.trendyol.mpc.kafkathena.commons.annotation;

import com.trendyol.mpc.kafkathena.commons.config.KSCommonConfiguration;
import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import(KSCommonConfiguration.class)
public @interface EnableKafkathena {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy