javadoc
This commit is contained in:
parent
b40f0bc5a4
commit
1079941397
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue