Paul2708 / simple-commands

An (even more) simplified and intuitive command framework for Spigot.
MIT License
14 stars 2 forks source link

Detailed interface documentation #17

Open Paul2708 opened 4 years ago

Paul2708 commented 4 years ago

The javadoc of interface classes that the user uses (e.g. CommandRegistry, LanguageSelector, ArgumentHolder) should be more detailed.

It should state why the method is used and not what the method is doing.