javax.xml.ws.spi
Annotation Type WebServiceFeatureAnnotation


@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface WebServiceFeatureAnnotation


Required Element Summary
 java.lang.Class<? extends WebServiceFeature> bean
           
 java.lang.String id
           
 

Element Detail

id

public abstract java.lang.String id

bean

public abstract java.lang.Class<? extends WebServiceFeature> bean


Copyright © 2007 Apache Web Services Project. All Rights Reserved.