PeriodUnit Type — spring-boot Architecture
Architecture documentation for the PeriodUnit type/interface in PeriodUnit.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/main/java/org/springframework/boot/convert/PeriodUnit.java lines 35–46
@Target({ ElementType.FIELD, ElementType.PARAMETER })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface PeriodUnit {
/**
* The Period unit to use if one is not specified.
* @return the Period unit
*/
ChronoUnit value();
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free