Package org.exoplatform.wallet.statistic
Class ExoWalletStatisticAspect
- java.lang.Object
-
- org.exoplatform.wallet.statistic.ExoWalletStatisticAspect
-
public class ExoWalletStatisticAspect extends Object
-
-
Constructor Summary
Constructors Constructor Description ExoWalletStatisticAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectaround(org.aspectj.lang.ProceedingJoinPoint point)Encapsulate method annotated withExoWalletStatisticto add statistic log entry
-
-
-
Method Detail
-
around
public Object around(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
Encapsulate method annotated withExoWalletStatisticto add statistic log entry- Parameters:
point- processing point- Returns:
- result of processing point after its execution
- Throws:
Throwable- if processing point throws an exception
-
-