OpenCraft-Studios / opencraft

A roughly calculated clone of Minecraft
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

➕ Add Javax annotations dependency #64

Closed CiroZDP closed 2 weeks ago

CiroZDP commented 2 weeks ago

Javax annotations is a dependency that is used to provide annotations like @Nullable or @Nonnull, them could be useful for testing and teaching beginners how really the game works by the inside. In fact, Eclipse IDE and more ide allow you to see at javadoc section the annotations that a field posseses.

CiroZDP commented 2 weeks ago

I almost forgot to do spot stuff XD