2022-10-30 23:14:53 +01:00
|
|
|
package ᴶᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ;
|
2022-10-30 16:59:24 +01:00
|
|
|
|
|
|
|
|
import java.lang.annotation.ElementType;
|
|
|
|
|
import java.lang.annotation.Retention;
|
|
|
|
|
import java.lang.annotation.RetentionPolicy;
|
|
|
|
|
import java.lang.annotation.Target;
|
|
|
|
|
|
|
|
|
|
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
|
|
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
|
|
|
@Target({ElementType.METHOD})
|
|
|
|
|
public @interface DuytsDocThrows注 {
|
|
|
|
|
|
|
|
|
|
String id();
|
|
|
|
|
|
|
|
|
|
String ascii();
|
|
|
|
|
|
|
|
|
|
String mandarin();
|
|
|
|
|
|
|
|
|
|
String hindi();
|
|
|
|
|
|
|
|
|
|
String hiero() default "";
|
|
|
|
|
|
|
|
|
|
String hinarī() default "";
|
|
|
|
|
|
|
|
|
|
String russian() default "";
|
|
|
|
|
}
|