org.mybatis.guice.binder
Interface AliasBinder


public interface AliasBinder

Allows bind a Class to an already defined type alias.


Method Summary
 void to(Class<?> type)
          Binds a Class to an already defined type alias.
 

Method Detail

to

void to(Class<?> type)
Binds a Class to an already defined type alias.

Parameters:
type - The Class has to be bound to the alias


Copyright © 2010-2011 MyBatis.org. All Rights Reserved.