Class LimitedTo.Processor

    • Constructor Detail

      • Processor

        public Processor()
    • Method Detail

      • setTarget

        public void setTarget​(Function target)
        Description copied from class: Interceptor
        Called by Stapler to set up the target of the interceptor. This function object represents a method on which your annotation is placed. This happens once before this instance takes any calls.
        Overrides:
        setTarget in class Interceptor