KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > spoon > examples > fieldaccess > src > package-info


1 /**
2  * This example implements a refactoring that introduces setters and getters for
3  * the fields annotated whith the {@link Access} annotation and that replaces
4  * all the direct accesses to these fields by calls to its new getters and
5  * setters.
6  */

7 package spoon.examples.fieldaccess.src;
8
9
Popular Tags