JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.citrusframework.annotations
Annotation Interface CitrusEndpointProperty
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
CitrusEndpointProperty
Since:
2.5
Author:
Christoph Deppisch
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
Property name.
String
value
Property value.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
Class
<?>
type
Property type.
Element Details
name
String
name
Property name.
Returns:
value
String
value
Property value.
Returns:
type
Class
<?>
type
Property type.
Returns:
Default:
java.lang.String.class