2022-02-04 20:59:42 +00:00
|
|
|
|
package love.distributedrebirth.bassboonyd;
|
|
|
|
|
|
|
|
|
|
import java.lang.annotation.ElementType;
|
|
|
|
|
import java.lang.annotation.Retention;
|
|
|
|
|
import java.lang.annotation.RetentionPolicy;
|
|
|
|
|
import java.lang.annotation.Target;
|
|
|
|
|
|
2022-08-24 15:33:39 +00:00
|
|
|
|
@BãßBȍőnAuthorInfoʸᴰ(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
2022-02-04 20:59:42 +00:00
|
|
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
|
|
|
@Target({ElementType.METHOD})
|
|
|
|
|
public @interface BãßBȍőnInitMethodʸᴰ {
|
|
|
|
|
|
|
|
|
|
}
|