public interface io.vertx.core.dns.MxRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.dns.MxRecord
  super_class: java.lang.Object
{
  public abstract int priority();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "MxRecord.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()