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

fun.fengwk.convention4j.springboot.starter.scan.ExcludeComponent Maven / Gradle / Ivy

The newest version!
package fun.fengwk.convention4j.springboot.starter.scan;

import java.lang.annotation.*;

/**
 * 携带该注解的类将被排除在组件扫描之外。
 *
 * @author fengwk
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface ExcludeComponent {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy