Package com.sun.xml.ws.api
Annotation Type FeatureListValidatorAnnotation
This annotation should be used on classes that extend
WebServiceFeature in
order to specify the type of FeatureListValidator bean that will be invoked when
instances of the WebServiceFeature class are included in the list of features
that are added to a client or service binding.- Since:
- 2.2.8
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends FeatureListValidator>TheFeatureListValidatorbean that is associated with theFeatureListValidatorannotation
-
Element Details
-
bean
Class<? extends FeatureListValidator> beanTheFeatureListValidatorbean that is associated with theFeatureListValidatorannotation
-