Note: This method must not be called directly via user code, it is intended solely for use by the {@link DependencyContext#checkValidity(Dependency)} method tocheck the validity of a depedency.
This method will only be called if a previous call to {@link #freshness(DependencyContext)} returned{@link Freshness#REVALIDATE}.
@param context The context within which this dependency is beingchecked. @return The freshness of the dependency, may not be null. A return valueof {@link Freshness#REVALIDATE} will be treated as{@link Freshness#STALE}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|