This commit is contained in:
kimchy 2010-09-03 18:40:30 +03:00
parent b40f0bc5a4
commit 1079941397
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
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)
*/
public interface PreProcessModule {