org.codehaus.enunciate.modules.jersey
Annotation Type SpringManagedLifecycle


Deprecated. Use @ExternallyManagedLifecycle

@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SpringManagedLifecycle

Annotation for specifying that this bean's lifecycle is to be managed by Spring.

Author:
Ryan Heaton