17 lines
614 B
Java
17 lines
614 B
Java
package love.distributedrebirth.bassboonyd;
|
||
|
||
import java.lang.annotation.ElementType;
|
||
import java.lang.annotation.Retention;
|
||
import java.lang.annotation.RetentionPolicy;
|
||
import java.lang.annotation.Target;
|
||
|
||
import love.distributedrebirth.bassboonyd.info.BãßBȍőnAuthor注;
|
||
|
||
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||
@Retention(RetentionPolicy.RUNTIME)
|
||
@Target({ElementType.METHOD})
|
||
public @interface BãßBȍőnꝐŕḯṿª₮ḕInit注 {
|
||
|
||
BãßBȍőnꝐŕḯṿª₮ḕInitPhaseʸᴰ phase() default BãßBȍőnꝐŕḯṿª₮ḕInitPhaseʸᴰ.SERVICE;
|
||
}
|