package fjr.test.reflect;

public class SemiMutable {
	private final String name = "MAKAN"; 
	public String getName(){return name; }
}