mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-06 06:16:55 +00:00
Add missing retention policy to annotation classes
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
package dev.plex.command.annotation;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface System
|
||||
{
|
||||
String value() default "";
|
||||
|
||||
Reference in New Issue
Block a user