Interface SinksLoader.InjectionPointReceiver

  • Enclosing class:
    SinksLoader

    public static interface SinksLoader.InjectionPointReceiver
    Interface that imitate lambda pattern.
    • Method Detail

      • receiveInjectionPoint

        void receiveInjectionPoint​(String fullMethodName,
                                   InjectionPoint injectionPoint)