public static interface SoyFileSupplier.Version
Instances are not Comparable since a version is not necessarily monotonic ; e.g. a
cryptographically strong hash function produces a more reliable version identifier than a
time-stamp but not one that can be said to be newer or older than any other version.
| Modifier and Type | Field and Description |
|---|---|
static SoyFileSupplier.Version |
STABLE_VERSION
A version for stable resources : resources that don't change over the life of a JVM.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compares to versions that are equivalent.
|
static final SoyFileSupplier.Version STABLE_VERSION