This is a cache of https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/metrics/StartupStep.Tag.html. It is a snapshot of the page as it appeared on 2025-11-23T08:44:46.821+0000.
StartupStep.Tag (Spring Framework 7.0.1 API)
JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Framework
org.springframework.core.metrics
StartupStep
Tag
Contents
Description
Method Summary
Method Details
getKey()
getValue()
Hide sidebar
Show sidebar
Interface StartupStep.Tag
Enclosing interface:
StartupStep
public static interface
StartupStep.Tag
Simple key/value association for storing step metadata.
Since:
5.3
Author:
Brian Clozel
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getKey
()
Return the
Tag
name.
String
getValue
()
Return the
Tag
value.
Method Details
getKey
String
getKey
()
Return the
Tag
name.
getValue
String
getValue
()
Return the
Tag
value.