Package xyz.block.ftl
Annotation Egress
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.RUNTIME)@Target(value = ElementType.PARAMETER) public @interface Egress
Used to define an egress endpoint. The endpoint is defined by the value of the annotation.
Expressions of the form ${foo} are replaced with the value of the property foo in the FTL configuration.