@Target(value=TYPE) @Retention(value=RUNTIME) public @interface FeatureListValidatorAnnotation
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.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends FeatureListValidator> |
bean
The
FeatureListValidator bean that is associated
with the FeatureListValidator annotation |
public abstract Class<? extends FeatureListValidator> bean
FeatureListValidator bean that is associated
with the FeatureListValidator annotationCopyright © 2015 Oracle Corporation. All rights reserved.