|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Contract public interface ImportPolicy
Modules that wish to programmatically control their list of imports can
implement this interface. Implementation of this interface will be called
when the module is in PREPARING state.
To define an implementation of this in a module, write a class
that implements this interface and puts Service on it.
Maven will take care of the rest.
ManifestConstants.IMPORT_POLICY| Method Summary | |
|---|---|
void |
prepare(Module module)
callback from the module loading system when the module enters the PREPARING phase. |
| Method Detail |
|---|
void prepare(Module module)
PREPARING phase.
module - the module instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||