@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ResponseHeader
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
Long description of the response header.
|
java.lang.String |
name
Header's name.
|
java.lang.Class<?> |
response
Header's data type.
|
java.lang.String |
responseContainer
Declares a container wrapping the response header.
|
Copyright © 2020 JBoss by Red Hat. All Rights Reserved.