- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {BufferedReader b =
InputStream in;new BufferedReader(new InputStreamReader(in))
Reader in;new BufferedReader(in)
File file;new BufferedReader(new FileReader(file))
- Smart code suggestions by Codota
}
@Override protected void before() throws Exception { // Mark the current invocation both on the executing Thread and the Invocation CurrentAsyncAOPInvocation.markCurrentInvocation(this.id, this.invocation); }
@Override protected void after() throws Exception { // Unmark the current invocation both on the executing Thread and the Invocation CurrentAsyncAOPInvocation.unmarkCurrentInvocation(this.invocation); }
final AsyncInvocationId id = CurrentAsyncAOPInvocation.getCurrentAsyncInvocationId(invocation);
CurrentAsyncAOPInvocation.markCurrentInvocation(id, nextInvocation); task = executorService.submit(asyncTask); if (log.isTraceEnabled())