Interface EnvironmentAware
-
- All Superinterfaces:
Aware
public interface EnvironmentAware extends Aware
Interface to be implemented by any object that wishes to be notified of theEnvironment.Created: 2017. 11. 9.
- Since:
- 5.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetEnvironment(Environment environment)
-
-
-
Method Detail
-
setEnvironment
@AvoidAdvice void setEnvironment(Environment environment)
-
-