mirror of
https://github.com/plexusorg/Plex.git
synced 2024-11-10 14:06:07 +00:00
8 lines
88 B
Java
8 lines
88 B
Java
|
package dev.plex.command.annotation;
|
||
|
|
||
|
public @interface System
|
||
|
{
|
||
|
|
||
|
String value();
|
||
|
}
|