Meta annotation for selecting instance resolver.
When service class is annotated with an annotation that has
InstanceResolverAnnotation as meta annotation, the JAX-WS RI
runtime will use the instance resolver class specified on
InstanceResolverAnnotation.value() .
The
InstanceResolver class must have the public constructor that
takes
Class , which represents the type of the service.
See
Stateful for a real example. This annotation is only for
advanced users of the JAX-WS RI.
since: JAX-WS 2.1 See Also: Stateful author: Kohsuke Kawaguchi |