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

com.github.firelcw.boot.annotation.EnableEasyHttp Maven / Gradle / Ivy

package com.github.firelcw.boot.annotation;


import com.github.firelcw.boot.support.EasyClientSelector;
import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy