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

io.github.hengyunabc.autoconfigure.condition.ConditionalOnSpringBoot2 Maven / Gradle / Ivy

The newest version!
package io.github.hengyunabc.autoconfigure.condition;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;

/**
 *
 * @author duanling 2018-03-05
 *
 */
@Target({ ElementType.TYPE, ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
@Documented
@ConditionalOnClass(name = "org.springframework.boot.context.properties.bind.Binder")
public @interface ConditionalOnSpringBoot2 {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy