public interface WeightedToken
| Modifier and Type | Method and Description |
|---|---|
WeightFactor |
getWeight()
Get the weight of this context-local var.
|
WeightFactor getWeight()
weight, when security context is being reset. Note that the security
context reset can't ensure a specific order among vars with the same weight.WeightFactor.NO_DEPENDENCY - thus, unless overwritten, the context-local
var will be cleaned up first.