Class BehaviorCreateAspect

    • Method Detail

      • aroundNew

        public Object aroundNew​(org.aspectj.lang.ProceedingJoinPoint joinPoint)
                         throws Throwable
        Collects data how often a behavior is created
        Parameters:
        joinPoint - the join point (behavior) which is created
        Returns:
        the result of constructor
        Throws:
        Throwable - might occur while creating a new behavior