@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ProcessCleanup
ProcessPrepare
method. And typically
after the ProcessStart
or ProcessComplete
methods are called. Neither will be called after
ProcessCleanup is called.
This annotation is optional.ProcessPrepare
Copyright © 2007-2018 Concurrent, Inc. All Rights Reserved.