mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-01 15:46:42 +00:00
Use Google's reflection library to register commands
This commit is contained in:
7
src/main/java/dev/plex/command/annotation/System.java
Normal file
7
src/main/java/dev/plex/command/annotation/System.java
Normal file
@ -0,0 +1,7 @@
|
||||
package dev.plex.command.annotation;
|
||||
|
||||
public @interface System
|
||||
{
|
||||
|
||||
String value();
|
||||
}
|
Reference in New Issue
Block a user