Class LicenseAspect
java.lang.Object
cn.sliew.carp.framework.license.aop.LicenseAspect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeEnterpriseLicenseCheck(org.aspectj.lang.JoinPoint joinPoint) voidbeforeProLicenseCheck(org.aspectj.lang.JoinPoint joinPoint) voidbeforeValidLicenseCheck(org.aspectj.lang.JoinPoint joinPoint) voidvoidvoid
-
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)
-