Package org.evrete.dsl.annotation
Annotation Type EnvironmentListener
Class methods that are annotated with @EnvironmentListener will
be called for each external Environment.set(String, Object) invocation.
Annotated methods must be public, void and have only one argument.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- Returns:
- property name
- Default:
- ""
-