-
public interface VersionProvider
-
-
Method Summary
Modifier and Type Method Description abstract VersiongetVersion()Returns the version provided. -
-
Method Detail
-
getVersion
abstract Version getVersion()
Returns the version provided. This might block on a java.util.concurrent.Future, therefore it should be called as late as possible
-
-
-
-