Uses of Annotation Interface
org.kiwiproject.base.KiwiDeprecated
Packages that use KiwiDeprecated
-
Uses of KiwiDeprecated in org.kiwiproject.time
Methods in org.kiwiproject.time with annotations of type KiwiDeprecatedModifier and TypeMethodDescriptionstatic StringKiwiDurationFormatters.formatDurationWords(long durationMillis) Deprecated, for removal: This API element is subject to removal in a future version.static StringKiwiDurationFormatters.formatDurationWords(io.dropwizard.util.Duration duration) Deprecated, for removal: This API element is subject to removal in a future version.for removal; replaced byKiwiDurationFormatters.formatDropwizardDurationWords(Duration)static StringKiwiDurationFormatters.formatDurationWords(Duration duration) Deprecated, for removal: This API element is subject to removal in a future version.for removal; replaced byKiwiDurationFormatters.formatJavaDurationWords(java.time.Duration)
KiwiDurationFormatters.formatMillisecondDurationWords(long)