1b20cc351ce9090c79be1700cb1b81f1a685cd926kevinb/*
20bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee * Copyright (C) 2006 Google Inc.
30bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee *
40bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee * Licensed under the Apache License, Version 2.0 (the "License");
50bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee * you may not use this file except in compliance with the License.
60bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee * You may obtain a copy of the License at
70bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee *
80bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee * http://www.apache.org/licenses/LICENSE-2.0
90bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee *
100bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee * Unless required by applicable law or agreed to in writing, software
110bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee * distributed under the License is distributed on an "AS IS" BASIS,
120bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
130bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee * See the License for the specific language governing permissions and
140bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee * limitations under the License.
150bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee */
160bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee
170bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee/**
1861257a8bec21de3e0d473a8ec821b41f2e560017crazyboblee * Interfaces which make up {@link com.google.inject.Binder}'s
1961257a8bec21de3e0d473a8ec821b41f2e560017crazyboblee * expression language.
200bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazyboblee */
210bfdbc6f669cb5c3e57d4c3291dbeb573a5e1e52crazybobleepackage com.google.inject.binder;