Class CrudPolicyAspect


  • public class CrudPolicyAspect
    extends Object
    Validate methods specifically inherited from CrudRepository. Since the methods contained there reside outside this codebase, a Policy annotation cannot be used. Instead, one or more PolicyOverride beans are expected to be declared to cover the methods declared in that interface.
    Author:
    Jeff Fischer