Package com.consol.citrus.annotations
Annotation Type CitrusEndpoint
-
@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface CitrusEndpoint
Marks field or parameter for endpoint injection.- Since:
- 2.3
- Author:
- Christoph Deppisch
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringnameEndpoint name usually referencing a Spring bean id.CitrusEndpointProperty[]propertiesEndpoint properties.
-
-
-
Element Detail
-
name
String name
Endpoint name usually referencing a Spring bean id.- Returns:
- Default:
- ""
-
-
-
properties
CitrusEndpointProperty[] properties
Endpoint properties.- Returns:
- Default:
- {}
-
-