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

com.liveperson.ephemerals.deploy.volume.Volume Maven / Gradle / Ivy

There is a newer version: 1.0.0.7
Show newest version
package com.liveperson.ephemerals.deploy.volume;

/**
 * Created by waseemh on 11/21/16.
 */
public abstract class Volume {

    public abstract static class Builder {

        public abstract T build();

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy