mirror of
https://github.com/SimplexDevelopment/Ephemis.git
synced 2025-07-12 11:48:34 +00:00
Initial commit
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
package io.github.simplexdevelopment.api.annotations;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ElementType.FIELD, ElementType.TYPE, ElementType.METHOD})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface SoundFile {
|
||||
String value();
|
||||
}
|
Reference in New Issue
Block a user