mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 23:48:00 +01:00
fbb40134e2
* Remove reflection * Use the interface (IPonyData) not the class
9 lines
No EOL
249 B
Java
9 lines
No EOL
249 B
Java
@MethodsReturnNonnullByDefault
|
|
@ParametersAreNonnullByDefault
|
|
package com.minelittlepony.model;
|
|
|
|
import mcp.MethodsReturnNonnullByDefault;
|
|
|
|
import javax.annotation.ParametersAreNonnullByDefault;
|
|
|
|
// TODO: Class/Enum/Interface names are inconsistent. |