Package io.smallrye.stork.api.config
Class Constants
- java.lang.Object
-
- io.smallrye.stork.api.config.Constants
-
public class Constants extends Object
Constants for the main API classes
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_VALUEMarker value for the default value, used in main API module annotations
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
DEFAULT_VALUE
public static final String DEFAULT_VALUE
Marker value for the default value, used in main API module annotations- See Also:
- Constant Field Values
-
-