155156157158159160161162163164165
SimpleTarget t = new SimpleTarget(); t.catchMe( "i am the argument" ); a.deinstall( SimpleTarget.class ); // a.deinstall( Reflection.getInnerClassOf( "SimpleInner", SimpleTarget.class ) ); t.catchMe( "i am the argument" ); }