Home / Type/ PeriodFormat Type — spring-boot Architecture

PeriodFormat Type — spring-boot Architecture

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

Entity Profile

Source Code

core/spring-boot/src/main/java/org/springframework/boot/convert/PeriodFormat.java lines 34–45

@Target({ ElementType.FIELD, ElementType.PARAMETER })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface PeriodFormat {

	/**
	 * The {@link Period} format style.
	 * @return the period format style.
	 */
	PeriodStyle value();

}

Analyze Your Own Codebase

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

Try Supermodel Free