Class Bindings.Key<V>

java.lang.Object
com.google.errorprone.refaster.Bindings.Key<V>
Direct Known Subclasses:
UTypeVar.Key
Enclosing class:
Bindings

public abstract static class Bindings.Key<V> extends Object
A key type for a Binding. Users must subclass Key with a specific literal V type.
  • Constructor Details

    • Key

      protected Key(String identifier)
  • Method Details