Class LicenseAspect

java.lang.Object
cn.sliew.carp.framework.license.aop.LicenseAspect

@Component public class LicenseAspect extends Object
  • Constructor Details

    • LicenseAspect

      public LicenseAspect()
  • Method Details

    • validLicensePointcut

      public void validLicensePointcut()
    • proLicensePointcut

      public void proLicensePointcut()
    • enterpriseLicensePointcut

      public void enterpriseLicensePointcut()
    • beforeValidLicenseCheck

      public void beforeValidLicenseCheck(org.aspectj.lang.JoinPoint joinPoint)
    • beforeProLicenseCheck

      public void beforeProLicenseCheck(org.aspectj.lang.JoinPoint joinPoint)
    • beforeEnterpriseLicenseCheck

      public void beforeEnterpriseLicenseCheck(org.aspectj.lang.JoinPoint joinPoint)