Annotation Interface Placeholder


@Documented @Target({PARAMETER,TYPE_USE}) @Retention(RUNTIME) public @interface Placeholder
Marker for a placeholder parameter for detection with StandardPlaceholderResolverStrategy.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the placeholder.
  • Element Details

    • value

      String value
      The name of the placeholder. If empty, the resolver will use parameter name.
      Returns:
      the name of the placeholder
      Default:
      ""