![JAR search and dependency download from the Maven repository](/logo.png)
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