public class

QueryModule

extends Object
implements Module
java.lang.Object
   ↳ vars.query.QueryModule

Class Overview

Manages Guice dependency injection here. This looks up the guice.module property in The simpa-annotation.properties file for the class name of the Guice module to bind at runtime.

Summary

Fields
public final Logger log
Public Constructors
QueryModule()
Public Methods
void configure(Binder binder)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.inject.Module

Fields

public final Logger log

Public Constructors

public QueryModule ()

Public Methods

public void configure (Binder binder)