javax.xml.ws.spi
Annotation Type WebServiceFeatureAnnotation


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


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

Element Detail

id

public abstract String id

bean

public abstract Class<? extends WebServiceFeature> bean


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.