Created
April 11, 2014 19:10
-
-
Save lordofthejars/10493223 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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