@Override
public boolean rawInvocation(Request req, Response response) throws Exception {
req.args.put(WHEN_REQ_IN, System.nanoTime());
Mode mode = Play.mode;
if (mode == Mode.DEV) {
String path = req.path;
if (path.endsWith("_japidgen")) {
try {
beforeDetectingChanges();