@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface TypeExcludeFilters
TypeExcludeFilter
classes
that should be applied to @SpringBootApplication
component scanning.TypeExcludeFilter
Modifier and Type | Required Element and Description |
---|---|
Class<? extends TypeExcludeFilter>[] |
value
Specifies
TypeExcludeFilter classes that should be applied to
@SpringBootApplication component scanning. |
public abstract Class<? extends TypeExcludeFilter>[] value
TypeExcludeFilter
classes that should be applied to
@SpringBootApplication
component scanning. Classes
specified here can either have a no-arg constructor or accept a single
Class<?>
argument if they need access to the testClass
.TypeExcludeFilter