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
    Property name.
    Property value.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    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