All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spoon.examples.delegate.src.MyInterface Maven / Gradle / Ivy

The newest version!
package spoon.examples.delegate.src;

import spoon.examples.delegate.annotation.Delegate;

@Delegate
public interface MyInterface {
	int m1(int i, String s);
	void m2(char c,int i,String...strings);
	String m3() throws Exception,NullPointerException;
	byte[][] m4();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy