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