Interface Advice.Dispatcher.Resolved.ForMethodEnter

    • Method Detail

      • getEnterType

        TypeDefinition getEnterType()
        Returns the type that this dispatcher supplies as a result of its advice or a description of void if no type is supplied as a result of the enter advice.
        Returns:
        The type that this dispatcher supplies as a result of its advice or a description of void.
      • isPrependLineNumber

        boolean isPrependLineNumber()
        Returns true if the first discovered line number information should be prepended to the advice code.
        Returns:
        true if the first discovered line number information should be prepended to the advice code.