1b20cc351ce9090c79be1700cb1b81f1a685cd926kevinb/*
24602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee * Copyright (C) 2006 Google Inc.
34602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee *
44602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee * Licensed under the Apache License, Version 2.0 (the "License");
54602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee * you may not use this file except in compliance with the License.
64602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee * You may obtain a copy of the License at
74602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee *
84602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee * http://www.apache.org/licenses/LICENSE-2.0
94602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee *
104602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee * Unless required by applicable law or agreed to in writing, software
114602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee * distributed under the License is distributed on an "AS IS" BASIS,
124602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
134602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee * See the License for the specific language governing permissions and
144602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee * limitations under the License.
154602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee */
164602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee
174602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee/**
18278ee4d9babb5abb86791211e3979fa5ed09f555crazyboblee * Support for binding to string-based names.
194602a6fe08692b38cf36aa3cdb5c4e340e6929d7crazyboblee */
20278ee4d9babb5abb86791211e3979fa5ed09f555crazybobleepackage com.google.inject.name;