Missed rename
This commit is contained in:
parent
d3b6d94214
commit
8eb1bec4e9
|
@ -3,7 +3,7 @@ package love.distributedrebirth.bassboonyd.jmx;
|
|||
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||
|
||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||
@BãßBȍőnMBeanAttributeTypeʸᴰ(Boolean.class)
|
||||
@BãßBȍőnMBeanAttributeTypeᴶᴹˣ(Boolean.class)
|
||||
public class BooleanAttributeᴶᴹˣ extends AbstractMBeanAttributeᴶᴹˣ {
|
||||
private Boolean value;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
|||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target({ElementType.TYPE})
|
||||
public @interface BãßBȍőnMBeanAttributeTypeʸᴰ {
|
||||
public @interface BãßBȍőnMBeanAttributeTypeᴶᴹˣ {
|
||||
|
||||
Class<?> value();
|
||||
}
|
|
@ -3,7 +3,7 @@ package love.distributedrebirth.bassboonyd.jmx;
|
|||
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||
|
||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||
@BãßBȍőnMBeanAttributeTypeʸᴰ(Long.class)
|
||||
@BãßBȍőnMBeanAttributeTypeᴶᴹˣ(Long.class)
|
||||
public class GuageCounterᴶᴹˣ extends AbstractMBeanAttributeᴶᴹˣ {
|
||||
private volatile long counter;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
|||
public interface MBeanAttributeᴶᴹˣ {
|
||||
|
||||
default Class<?> BãßValueType() {
|
||||
return getClass().getAnnotation(BãßBȍőnMBeanAttributeTypeʸᴰ.class).value();
|
||||
return getClass().getAnnotation(BãßBȍőnMBeanAttributeTypeᴶᴹˣ.class).value();
|
||||
}
|
||||
|
||||
Object getValue();
|
||||
|
|
|
@ -3,7 +3,7 @@ package love.distributedrebirth.bassboonyd.jmx;
|
|||
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||
|
||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||
@BãßBȍőnMBeanAttributeTypeʸᴰ(String.class)
|
||||
@BãßBȍőnMBeanAttributeTypeᴶᴹˣ(String.class)
|
||||
public class StringAttributeᴶᴹˣ extends AbstractMBeanAttributeᴶᴹˣ {
|
||||
private String value;
|
||||
|
||||
|
|
Loading…
Reference in a new issue