@Target(value=METHOD) @Retention(value=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.
public abstract String value
Copyright © 2021. All rights reserved.