src/share/jaxws_classes/javax/xml/ws/spi/Invoker.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

*** 41,51 **** * care of invoking <code>javax.annotation.PostConstruct</code> methods, * if present, on the endpoint implementation. * * @see Provider#createEndpoint(String, Class, Invoker, WebServiceFeature...) * @author Jitendra Kotamraju ! * @since JAX-WS 2.2 */ public abstract class Invoker { /** --- 41,51 ---- * care of invoking <code>javax.annotation.PostConstruct</code> methods, * if present, on the endpoint implementation. * * @see Provider#createEndpoint(String, Class, Invoker, WebServiceFeature...) * @author Jitendra Kotamraju ! * @since 1.7, JAX-WS 2.2 */ public abstract class Invoker { /**