Home / Type/ TestJmxEndpoint Type — spring-boot Architecture

TestJmxEndpoint Type — spring-boot Architecture

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

Entity Profile

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/TestJmxEndpoint.java lines 31–40

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface TestJmxEndpoint {

	String id() default "";

	TestAccess defaultAccess() default TestAccess.UNRESTRICTED;

}

Analyze Your Own Codebase

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

Try Supermodel Free