2022-10-15 02:34:58 +02:00
|
|
|
package love.distributedrebirth.bassboonyd.info;
|
2022-02-01 16:27:06 +01:00
|
|
|
|
|
|
|
|
import java.lang.annotation.ElementType;
|
|
|
|
|
import java.lang.annotation.Retention;
|
|
|
|
|
import java.lang.annotation.RetentionPolicy;
|
|
|
|
|
import java.lang.annotation.Target;
|
|
|
|
|
|
2022-10-15 02:34:58 +02:00
|
|
|
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
2022-02-01 16:27:06 +01:00
|
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
|
|
|
@Target({ElementType.TYPE})
|
2022-10-15 02:34:58 +02:00
|
|
|
public @interface BãßBȍőnName注 {
|
2022-02-01 16:27:06 +01:00
|
|
|
|
2022-02-02 18:01:10 +01:00
|
|
|
String name();
|
|
|
|
|
|
|
|
|
|
String purpose();
|
2022-02-01 16:27:06 +01:00
|
|
|
}
|