Class ComponentOnInitializeAspect

    • Method Detail

      • aroundOnInitialize

        public Object aroundOnInitialize​(org.aspectj.lang.ProceedingJoinPoint joinPoint)
                                  throws Throwable
        Collects data how often components calls onInitialize
        Parameters:
        joinPoint - the join point (component) which is initialized
        Returns:
        the object returned from the join point
        Throws:
        Throwable - might occur while invoking onInitialize