mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-05 18:01:56 +02:00
11 lines
190 B
Java
11 lines
190 B
Java
package io.eiren.util.ann;
|
|
|
|
import java.lang.annotation.Retention;
|
|
import java.lang.annotation.RetentionPolicy;
|
|
|
|
|
|
@Retention(value = RetentionPolicy.SOURCE)
|
|
public @interface AWTThread {
|
|
|
|
}
|