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

spoon.examples.xmlannotations.Class2 Maven / Gradle / Ivy

The newest version!
package spoon.examples.xmlannotations;

public class Class2 {

	void m1(String s) {}

	int m2(int i,boolean b) {return 0;}

	int k;
	String s;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy