io.smallrye.stork.api.config.Constants Maven / Gradle / Ivy
package io.smallrye.stork.api.config;
/**
* Constants for the main API classes
*/
public class Constants {
/**
* Marker value for the default value, used in main API module annotations
*/
public static final String DEFAULT_VALUE = "__$$_DEFAULT_VALUE_$$__";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy