project(internal): Mixins and injectors

This commit is contained in:
Owain van Brakel
2022-06-12 01:49:09 +02:00
parent 01f0f1bd29
commit 8d02eb78c1
5 changed files with 67 additions and 450 deletions

View File

@@ -12,6 +12,9 @@ public interface RSUserList<T extends Nameable> extends NameableContainer<T>
@Import("getSize")
int getCount();
@Import("capacity")
int getSize();
@Import("getByUsername")
T findByName(RSUsername name);