Searched refs:provisionType (Results 1 – 3 of 3) sorted by relevance
84 switch (provisionType()) { in contributionType()93 throw new AssertionError("Unknown provision type: " + provisionType()); in contributionType()183 abstract Provides.Type provisionType();
104 TypeMirror keyType = binding.provisionType().equals(Type.MAP) in write()239 if (binding.provisionType().equals(SET)) { in write()
56 Provides.Type provisionType() { in provisionType() method in ProductionBinding