![JAR search and dependency download from the Maven repository](/logo.png)
spoon.examples.fieldaccess.src.C Maven / Gradle / Ivy
The newest version!
package spoon.examples.fieldaccess.src;
import spoon.examples.fieldaccess.annotation.Access;
public class C {
@Access
int i;
public void m() {
i = i + 12;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy