Skip to content

Instantly share code, notes, and snippets.

@barais
Created September 29, 2015 14:09
Show Gist options
  • Select an option

  • Save barais/39d9b28a1f3f136cbe44 to your computer and use it in GitHub Desktop.

Select an option

Save barais/39d9b28a1f3f136cbe44 to your computer and use it in GitHub Desktop.
package fr.ensai.jaxrs;
public interface Observer {
public void notify(Object o);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment