Package org.frankframework.doc
Annotation Interface Forward
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Repeatable(Forwards.class)
public @interface Forward
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameThe validity of a forward with "*" as the name will not be checked during the creation of a configuration. This can be used to create so-called "wildcard" forwards, which don't have a pre-predetermined name. An example of this is the status code of HTTP requests. The status code can be used as the name. -
description
String description- Default:
""
-