Home / Type/ TestConditionalOnSingleCandidate Type — spring-boot Architecture

TestConditionalOnSingleCandidate Type — spring-boot Architecture

Architecture documentation for the TestConditionalOnSingleCandidate type/interface in TestConditionalOnSingleCandidate.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/TestConditionalOnSingleCandidate.java lines 31–40

@Target({ ElementType.TYPE, ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface TestConditionalOnSingleCandidate {

	Class<?> value() default Object.class;

	String type() default "";

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free