| Interface | Description |
|---|---|
| AndroidEntryPoint.IExecutionOrder |
Implement this interface to put entitys into the AndroidModel.
|
| Class | Description |
|---|---|
| AndroidEntryPoint |
An AdnroidEntryPoint is basically the same as a DexEntryPoint.
|
| AndroidEntryPoint.ExecutionOrder |
The ExecutionOrder is used to partially order EntryPoints.
|
| AndroidEntryPoint.ExecutionOrderComperator |
AndroidEntryPoints have to be sorted before building the model.
|
| DexEntryPoint |