org.apache.commons.inject.api
Interface IKey<T>

All Known Implementing Classes:
AbstractBindingSet.MappedKey, Key

public interface IKey<T>

A binding key is used to query objects


Method Summary
 Annotation[] getAnnotations()
           
 String getName()
           
 Class<T> getType()
           
 

Method Detail

getType

Class<T> getType()

getName

String getName()

getAnnotations

Annotation[] getAnnotations()


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.