Package com.sun.xml.ws.api
Annotation Type FeatureListValidatorAnnotation
-
@Target(TYPE) @Retention(RUNTIME) public @interface FeatureListValidatorAnnotation
This annotation should be used on classes that extendWebServiceFeature
in order to specify the type ofFeatureListValidator
bean that will be invoked when instances of theWebServiceFeature
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 Elements Modifier and Type Required Element Description Class<? extends FeatureListValidator>
bean
TheFeatureListValidator
bean that is associated with theFeatureListValidator
annotation
-
-
-
Element Detail
-
bean
Class<? extends FeatureListValidator> bean
TheFeatureListValidator
bean that is associated with theFeatureListValidator
annotation
-
-