package test1; public class Test1 { public void methodToMove() {} private TestTarget target; public TestTarget getTestTarget() { return target; } }