You can buy this project and download/modify it how often you want.
package big; public class JavaApi extends Api { @Override public int demo() { return 7; } }