Home / Class/ SimpleEndpoint3 Class — spring-boot Architecture

SimpleEndpoint3 Class — spring-boot Architecture

Architecture documentation for the SimpleEndpoint3 class in SimpleEndpoint3.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/endpoint/SimpleEndpoint3.java lines 29–37

@TestEndpoint(id = "simple", defaultAccess = TestAccess.NONE)
public class SimpleEndpoint3 {

	@TestReadOperation
	public String invoke() {
		return "test";
	}

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free