Home / Class/ BSecondProperties Class — spring-boot Architecture

BSecondProperties Class — spring-boot Architecture

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

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/scan/valid/b/BScanConfiguration.java lines 46–59

	@ConfigurationProperties("b.second")
	public static class BSecondProperties implements BProperties {

		private int number;

		public int getNumber() {
			return this.number;
		}

		public void setNumber(int number) {
			this.number = number;
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free