Exclude.java

com.mojang.realmsclient.dto.Exclude

信息

  • 全限定名:com.mojang.realmsclient.dto.Exclude
  • 类型:public annotation
  • 包:com.mojang.realmsclient.dto
  • 源码路径:src/main/java/com/mojang/realmsclient/dto/Exclude.java
  • 起始行号:L13
  • 职责:

    TODO

字段/常量

内部类/嵌套类型

构造器

方法

下面的方法块按源码顺序生成。

代码

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@OnlyIn(Dist.CLIENT)
public @interface Exclude {
}

引用的其他类