| Interface | Description |
|---|---|
| NeedGarbageCollection |
Determines whether this object requires periodic garbage collection by the gc command
This interface has nothing to do with java garbage collection.
|
| Annotation Type | Description |
|---|---|
| LauncherAPI |
This annotation implies that method/field/class should not be renamed or obfuscated
|
| LauncherNetworkAPI |
This annotation implies that method/field/class should not be renamed or obfuscated
It is used for classes and fields serializable with the help of GSON to save the field name during transmission over the network.
|