Class ComponentOnConfigureAspect

    • Method Detail

      • aroundOnConfigure

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