spoon.examples.fieldaccess.src.package-info Maven / Gradle / Ivy
The newest version!
/**
* This example implements a refactoring that introduces setters and getters for
* the fields annotated whith the {@link Access} annotation and that replaces
* all the direct accesses to these fields by calls to its new getters and
* setters.
*/
package spoon.examples.fieldaccess.src;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy