gdxapp4d/lib-bassboonyd/src/main/love/distributedrebirth/bassboonyd/BãßBȍőnAnnotationInfoʸᴰ.java
2022-02-07 00:24:55 +01:00

18 lines
550 B
Java

package love.distributedrebirth.bassboonyd;
import java.lang.annotation.Annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface BãßBȍőnAnnotationInfoʸᴰ {
Class<? extends Annotation>[] required();
Class<? extends Annotation>[] optional() default {};
}