Skip to content

Instantly share code, notes, and snippets.

Created September 17, 2012 15:38
Show Gist options
  • Save anonymous/3738060 to your computer and use it in GitHub Desktop.
Save anonymous/3738060 to your computer and use it in GitHub Desktop.
package org.incompletecode.spring.gemfire.service;
public interface DataService {
public void save(Object object);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment