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

io.methvin.watcher.changeset.ChangeSet Maven / Gradle / Ivy

package io.methvin.watcher.changeset;

import java.util.Set;

public interface ChangeSet {
  Set created();

  Set modified();

  Set deleted();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy