Comment for PermissionHandler#getPermission

This commit is contained in:
Felix Cravic 2020-12-11 03:24:30 +01:00
parent 6017a902c3
commit c16a0234a3

View File

@ -56,6 +56,8 @@ public interface PermissionHandler {
/**
* Gets the {@link Permission} with the name {@code permissionName}.
* <p>
* Useful if you want to retrieve the permission data.
*
* @param permissionName the permission name
* @return the permission from its name, null if not found