Class ExoKudosStatisticAspect

    • Constructor Detail

      • ExoKudosStatisticAspect

        public ExoKudosStatisticAspect()
    • Method Detail

      • around

        public Object around​(org.aspectj.lang.ProceedingJoinPoint point)
                      throws Throwable
        Encapsulate method annotated with ExoKudosStatistic to add statistic log entry
        Parameters:
        point - processing point
        Returns:
        result of processing point after its execution
        Throws:
        Throwable - if processing point throws an exception