An interceptor can intervene a running process at a certain position and redirect the process flow in order to include project specific processing steps. Afterwards, the standard process is resumed.
Table of Contents
Introduction
Main part(s)
Subsection(s)
For Loop in Java (brief, concise title)
for (int i = 0; i < 10; i++) { System.out.println("Hello World " + i); }