io.axway.iron.description.Constants Maven / Gradle / Ivy
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