구현에 코드 테이블 바인드

AppealableObjectType 인터페이스의 구현은 다음과 같이 Guice 모듈의 AppealObjectType 코드에 바인드되어야 합니다.

final MapBinder<APPEALOBJECTTYPEEntry, Appealable> mapbinder = MapBinder
        .newMapBinder(binder(), APPEALOBJECTTYPEEntry.class, Appealable.class);

    mapbinder.addBinding(APPEALOBJECTTYPEEntry.DETERMINATION).to(
        AppealableDeterminationImpl.class);