接口 TargetSource

    • 方法详细资料

      • getTarget

        Object getTarget()
                  throws Exception
        Return a target instance. Invoked immediately before the AOP framework calls the "target" of an AOP method invocation.
        返回:
        the target object which contains the joinpoint, or null if there is no actual target instance
        抛出:
        Exception - if the target object can't be resolved