org.glassfish.jersey.server
Annotation Type ManagedAsync


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface ManagedAsync

Indicates that the resource method to which the annotation has been applied should be executed on a separate thread managed by an internal Jersey executor service.

Author:
Marek Potociar (marek.potociar at oracle.com)



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.