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

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