Package com.helixframework.env
Interface HelixEnvironmentAware
public interface HelixEnvironmentAware
Interface that can be implemented when not using dependency injection
to mark a class as requiring
HelixEnvironment.-
Method Summary
Modifier and TypeMethodDescriptionvoidSets the helix environment.
-
Method Details
-
setHelixEnvironment
Sets the helix environment.- Parameters:
env- helix environment
-