@Documented @Target(value={ANNOTATION_TYPE,PARAMETER}) @Retention(value=RUNTIME) public @interface ApiHeader
ApiHeaders| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
allowedvalues
An array representing the allowed values this header can have.
|
String |
description
A description of what the header is needed for
|
String |
name
The name of the header parameter
|
public abstract String name
public abstract String description
public abstract String[] allowedvalues
Copyright © 2015. All rights reserved.