- All Implemented Interfaces:
Runnable
public class Nice2VersionInitializer
extends Object
implements Runnable
Sets the content of 'nice,version' to system property `nice2.version`.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Nice2VersionInitializer
public Nice2VersionInitializer(org.slf4j.Logger log)
-
Method Details
-
setVersion
@Value("${nice.version}")
public void setVersion(String version)
-
run
public void run()
- Specified by:
run
in interface Runnable