DurationFormat Type — spring-boot Architecture
Architecture documentation for the DurationFormat type/interface in DurationFormat.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/main/java/org/springframework/boot/convert/DurationFormat.java lines 33–44
@Target({ ElementType.FIELD, ElementType.PARAMETER })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface DurationFormat {
/**
* The duration format style.
* @return the duration format style.
*/
DurationStyle value();
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free