package love.distributedrebirth.bassboonyd; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Defines the BaßBȍőn name. * * @author willemtsade ©Δ∞ 仙上主天 */ @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE}) public @interface BaßBȍőnNaamʸᴰ { String value(); }