Class ComponentCreateAspect

    • Method Detail

      • aroundNew

        public Object aroundNew​(org.aspectj.lang.ProceedingJoinPoint joinPoint)
                         throws Throwable
        Collects data how often components are created
        Parameters:
        joinPoint - the join point (component) which is created
        Returns:
        the object returned from the join point
        Throws:
        Throwable - might occur while constructing a new component