Annotation Type Decorator


@Repeatable(Decorators.class)
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface Decorator
Specifies a DecoratingHttpServiceFunction class which handles an HttpRequest before invoking an annotated service method.