Class StronglyType

java.lang.Object
com.google.errorprone.bugpatterns.StronglyType

public abstract class StronglyType extends Object
Helper for strongly typing fields. Fields that are declared as a weaker type but only used when wrapped in a stronger type will be refactored to the stronger type.
See Also: