jaxws/src/share/jaxws_classes/javax/xml/ws/ServiceMode.java
changeset 25840 c2002453eec3
parent 22678 ac1ea46be942
equal deleted inserted replaced
25686:615e5efca19c 25840:c2002453eec3
    34 
    34 
    35 /**
    35 /**
    36  * Used to indicate whether a {@link Provider} implementation wishes to work
    36  * Used to indicate whether a {@link Provider} implementation wishes to work
    37  * with entire protocol messages or just with protocol message payloads.
    37  * with entire protocol messages or just with protocol message payloads.
    38  *
    38  *
    39  *  @since JAX-WS 2.0
    39  *  @since 1.6, JAX-WS 2.0
    40 **/
    40 **/
    41 @Target({ElementType.TYPE})
    41 @Target({ElementType.TYPE})
    42 @Retention(RetentionPolicy.RUNTIME)
    42 @Retention(RetentionPolicy.RUNTIME)
    43 @Inherited
    43 @Inherited
    44 @Documented
    44 @Documented