Annotation Interface Placeholder


@SupportedAll @Retention(RUNTIME) @Target(METHOD) public @interface Placeholder
An annotation which tags a configuration method as being placeholdered.

The value must be a valid placeholder. The value can contain the % value which will be replaced with the default value of the method, if the method has a default implementation or is annotated with TagSwappableDefault.

This annotation is only used when AM is deployed with FBC.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      The placeholder value.