Package com.sun.xml.ws.api
Annotation Type FeatureListValidatorAnnotation
-
@Target(TYPE) @Retention(RUNTIME) public @interface FeatureListValidatorAnnotation
This annotation should be used on classes that extendWebServiceFeaturein order to specify the type ofFeatureListValidatorbean that will be invoked when instances of theWebServiceFeatureclass are included in the list of features that are added to a client or service binding.- Since:
- 2.2.8
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends FeatureListValidator>beanTheFeatureListValidatorbean that is associated with theFeatureListValidatorannotation
-
-
-
Element Detail
-
bean
Class<? extends FeatureListValidator> bean
TheFeatureListValidatorbean that is associated with theFeatureListValidatorannotation
-
-