Action Configuration
Allows specification of configuration for some action.
The configuration is represented using zero or more initialization parameters to use when constructing an instance of the implementation class. The following types are supported:
- String
- Boolean
- Integer, Long, Short and other Number subtypes.
- java.io.File
- A java.util.List or java.util.Set of any supported type.
- An array of any supported type.
- A java.util.Map with keys and values of any supported type.
- An Enum type.
- A Named type created using named.
- Any serializable type.
Since
4.0