@Retention(value=RUNTIME)
@Target(value={METHOD,CONSTRUCTOR})
public @interface EndSystem
Marks the end of the system (to be instrumented at the end of the annotated
method). This might be the main method or in case of GUI programs a common
end method. Leads to stopping the recorder.