mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-30 07:57:59 +01:00
fbb40134e2
* Remove reflection * Use the interface (IPonyData) not the class
9 lines
No EOL
225 B
Java
9 lines
No EOL
225 B
Java
@MethodsReturnNonnullByDefault
|
|
@ParametersAreNonnullByDefault
|
|
package com.minelittlepony;
|
|
|
|
import mcp.MethodsReturnNonnullByDefault;
|
|
|
|
import javax.annotation.ParametersAreNonnullByDefault;
|
|
|
|
// TODO: Code style is inconsistent |