Annotation Type Delegate


  • @Target({FIELD,PARAMETER})
    @Retention(RUNTIME)
    @Documented
    public @interface Delegate
    Defines a delegation point in a {@see Decorator}. There must only be one delegation point in a Decorator.
    Version:
    $Rev: 1667118 $ $Date: 2015-03-16 21:08:25 +0100 (Mon, 16 Mar 2015) $
    See Also:
    Decorator