Annotation Type AsyncMethod


@Target(METHOD)
@Retention(RUNTIME)
public @interface AsyncMethod
Indicates that the annotated method should be executed asynchronously with respect to the LTM. Asynchronous execution will not acquire the LTM lock before invocation, and will be run concurrently with other asynchronous methods.