Annotation Type EnvironmentListener


@Target(METHOD) @Retention(RUNTIME) public @interface 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
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      property name
      Default:
      ""