Package org.exoplatform.kudos.statistic
Class ExoKudosStatisticAspect
java.lang.Object
org.exoplatform.kudos.statistic.ExoKudosStatisticAspect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaround(org.aspectj.lang.ProceedingJoinPoint point) Encapsulate method annotated withExoKudosStatisticto add statistic log entry
-
Constructor Details
-
ExoKudosStatisticAspect
public ExoKudosStatisticAspect()
-
-
Method Details
-
around
Encapsulate method annotated withExoKudosStatisticto add statistic log entry- Parameters:
point- processing point- Returns:
- result of processing point after its execution
- Throws:
Throwable- if processing point throws an exception
-