Distinguishes keys for multibinding contributions that share a #type() and #qualifier(). Each multibound map and set has a synthetic multibinding that depends on the specific contributions to that map or set using keys that identify those multibinding contributions. Absent ex
()
| 82 | * <p>Absent except for multibinding contributions. |
| 83 | */ |
| 84 | public abstract Optional<MultibindingContributionIdentifier> multibindingContributionIdentifier(); |
| 85 | |
| 86 | /** Returns a {@link Builder} that inherits the properties of this key. */ |
| 87 | public abstract Builder toBuilder(); |
no outgoing calls