This commit is contained in:
kimchy 2010-09-03 18:40:30 +03:00
parent b40f0bc5a4
commit 1079941397

View File

@ -20,6 +20,9 @@
package org.elasticsearch.common.inject; package org.elasticsearch.common.inject;
/** /**
* A module can implement this interface to allow to pre process other modules
* before an injector is created.
*
* @author kimchy (shay.banon) * @author kimchy (shay.banon)
*/ */
public interface PreProcessModule { public interface PreProcessModule {