Annotation Interface AsynchronousPreferred


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface AsynchronousPreferred
Annotation to be used with events to tell whether they can be handled asynchronously

This is the default annotation to be used with AnnotationAsynchronousEventResolver

Since:
2.0
See Also: