Annotation Type TestComponent


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface TestComponent
This will exclude the component or configuration from component scanning.

This is inspired by Spring Boot @TestComponent

See Also:
  • Configuration