ValidationWeavingHook

public class ValidationWeavingHook implements WeavingHook

This weaving hook is in charge of making sure that the META-INF.services package is imported by bundles. The reason for this is the introduction of support for javax.validation in Spring 3.2. Because of this each module that used Spring MVC would have to contain/import a META-INF services file that would define the validation provider. This hook was introduced in order to allow compatibility with old bundles

Methods

weave

public void weave(WovenClass wovenClass)