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

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

The newest version!
package spoon.examples.xmlannotations;

public class Class1 {

	void m1(String s) {}

	void m2(int i) {
		
		new Object() {
			@Override
			public String toString() {
				return super.toString();
			}
		};
		
	}
	
	int f=0;
	
	class SubClass1 {
		
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy