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.ANNOTATION_TYPE})
|
|
|
|
|
public @interface DuytsDoc注 {
|
|
|
|
|
|
|
|
|
|
String code() default "";
|
|
|
|
|
|
|
|
|
|
String purpose();
|
|
|
|
|
|
|
|
|
|
String note() default "";
|
|
|
|
|
}
|