Class LegacyDetectionAdvice

java.lang.Object
org.kuali.rice.krad.util.LegacyDetectionAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.springframework.aop.BeforeAdvice, org.springframework.aop.MethodBeforeAdvice

public class LegacyDetectionAdvice extends Object implements org.springframework.aop.MethodBeforeAdvice
Prevents calls to "legacy" data framework services if the legacy framework has been disabled
  • Constructor Details

    • LegacyDetectionAdvice

      public LegacyDetectionAdvice()
  • Method Details

    • before

      public void before(Method method, Object[] args, Object target) throws Throwable
      Specified by:
      before in interface org.springframework.aop.MethodBeforeAdvice
      Throws:
      Throwable