More space renames
This commit is contained in:
parent
f959704f08
commit
ac3f030322
16 changed files with 51 additions and 51 deletions
|
|
@ -8,7 +8,7 @@ import java.lang.annotation.Target;
|
|||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target({ElementType.TYPE})
|
||||
public @interface BãßBȍőnInfoʸᴰ {
|
||||
public @interface BãßBȍőnClassInfoʸᴰ {
|
||||
|
||||
String name();
|
||||
|
||||
|
|
@ -22,12 +22,12 @@ public interface BãßBȍőnEnumʸᴰ<T> {
|
|||
}
|
||||
}
|
||||
|
||||
default String BãßNaam() {
|
||||
return getClass().getAnnotation(BãßBȍőnInfoʸᴰ.class).name();
|
||||
default String BãßClassNaam() {
|
||||
return getClass().getAnnotation(BãßBȍőnClassInfoʸᴰ.class).name();
|
||||
}
|
||||
|
||||
default String BãßPurpose() {
|
||||
return getClass().getAnnotation(BãßBȍőnInfoʸᴰ.class).purpose();
|
||||
default String BãßClassPurpose() {
|
||||
return getClass().getAnnotation(BãßBȍőnClassInfoʸᴰ.class).purpose();
|
||||
}
|
||||
|
||||
default String BãßAuthorNaam() {
|
||||
|
|
@ -39,6 +39,6 @@ public interface BãßBȍőnEnumʸᴰ<T> {
|
|||
}
|
||||
|
||||
default String BȍőnNaamI18N() {
|
||||
return BãßNaam() + BãßBȍőnConstantsʸᴰ.STR_DOT + name();
|
||||
return BãßClassNaam() + BãßBȍőnConstantsʸᴰ.STR_DOT + name();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue