Class ResourceReferenceCreateAspect

    • Method Detail

      • aroundNew

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