Interface WeldDecorator<T>

    • Method Detail

      • getDecoratorMethod

        InvokableAnnotatedMethod<?> getDecoratorMethod​(Method method)
        Returns the decorated method that can decorate a particular method, if one exists

        Such a method must be implement one of the decorated type methods, and can be parametrized

        Parameters:
        method -
        Returns: