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

io.paradoxical.cassieq.environment.SystemPropDiscovery Maven / Gradle / Ivy

The newest version!
package io.paradoxical.cassieq.environment;

import lombok.Value;

@Value
public class SystemPropDiscovery {
    String help;
    Object defaultValue;
    Object envVarName;
    Object currentValue;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy