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

io.axway.iron.description.Constants Maven / Gradle / Ivy

There is a newer version: 0.21.0
Show newest version
package io.axway.iron.description;

public final class Constants {
    /**
     * Property name must not begins with __. It's reserved for internal usage.
     */
    public static final String RESERVED_PROPERTY_PREFIX = "__";

    private Constants() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy