注释类型 Headers


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    @Documented
    public @interface Headers
    Annotation which indicates that a method parameter should be bound to the headers of a message. The annotated parameter must be assignable to Map with String keys and Object values.
    从以下版本开始:
    4.0
    作者:
    Rossen Stoyanchev