All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.smallrye.stork.api.config.Constants Maven / Gradle / Ivy

Go to download

Main Stork API classes. You are likely to need `smallrye-stork-core` and not this module.

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy