class Test { public final Extracted extracted = new Extracted(); void foo(T t){} void bar(){ foo(extracted.myT); } }