Skip to content

Instantly share code, notes, and snippets.

@lordofthejars
Created April 11, 2014 19:10
Show Gist options
  • Save lordofthejars/10493223 to your computer and use it in GitHub Desktop.
Save lordofthejars/10493223 to your computer and use it in GitHub Desktop.
My name is *Alex*.
I am 33 years _old_.
Jump Jump +!!+.
[source, java]
----
public interface MyInterface {
void loginSuccess(Object hash);
void loginSuccess();
void foo(int number, Object block);
}
----
[source, java]
----
public String getId() {
return id;
}
----
It is a *method*.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment