Annotation Type FeatureListValidatorAnnotation


@Target(TYPE) @Retention(RUNTIME) public @interface 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 Elements
    Modifier and Type
    Required Element
    Description
    The FeatureListValidator bean that is associated with the FeatureListValidator annotation
  • Element Details

    • bean

      Class<? extends FeatureListValidator> bean
      The FeatureListValidator bean that is associated with the FeatureListValidator annotation