no.unit.nva.model.WithCopy Maven / Gradle / Ivy
package no.unit.nva.model;
public interface WithCopy {
/**
* Returns a Builder filled in with a copy of the data of the original object.
*
* @return a builder instance with filled in data.
*/
T copy();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy