Package rife.engine.annotations
Annotation Interface Header
Declares a request header.
- Since:
- 1.0
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionDetermines what the direction of the flow is for processing this fieldThe name of the header.
-
Element Details
-
value
String valueThe name of the header.- Since:
- 1.0
- Default:
- ""
-
flow
FlowDirection flowDetermines what the direction of the flow is for processing this field- Returns:
- the direction of the flow for field processing
- Since:
- 1.0
- Default:
- IN
-