Package io.meeds.wallet.statistic
Class ExoWalletStatisticAspect
java.lang.Object
io.meeds.wallet.statistic.ExoWalletStatisticAspect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaround(org.aspectj.lang.ProceedingJoinPoint point) Encapsulate method annotated withExoWalletStatisticto add statistic log entry
-
Constructor Details
-
ExoWalletStatisticAspect
public ExoWalletStatisticAspect()
-
-
Method Details
-
around
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
-