Package org.evrete.dsl.annotation
Annotation Type EnvironmentListener
-
@Target(METHOD) @Retention(RUNTIME) public @interface EnvironmentListener
Class methods that are annotated with
@EnvironmentListenerwill be called for each externalEnvironment.set(String, Object)invocation. Annotated methods must be public, void and have only one argument.
-
-
Element Detail
-
value
String value
- Returns:
- property name
- Default:
- ""
-
-