this.field = field; field.setAccessible(true);
return field.getType();
inject(ctx, ctx.getInstance());
try { field.set(instance, ctx.getEJBContext()); } catch (IllegalAccessException e) { throw new RuntimeException(e); }
throw new RuntimeException("Illegal operation");