Annotation Type 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.
-
-
Element Detail
-
value
String value
- Returns:
- The placeholder value.
-
-