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

com.github.mowedgrass.jasyptgradleboot.task.file.metadata.ValueSnapshot.groovy Maven / Gradle / Ivy

The newest version!
package com.github.mowedgrass.jasyptgradleboot.task.file.metadata

class ValueSnapshot {

    public final String initial
    public final String processed

    public ValueSnapshot(String initial, String processed) {
        this.initial = initial
        this.processed = processed
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy