public interface com.mongodb.selector.ServerSelector
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.mongodb.selector.ServerSelector
  super_class: java.lang.Object
{
  public abstract java.util.List<com.mongodb.connection.ServerDescription> select(com.mongodb.connection.ClusterDescription);
    descriptor: (Lcom/mongodb/connection/ClusterDescription;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/mongodb/connection/ClusterDescription;)Ljava/util/List<Lcom/mongodb/connection/ServerDescription;>;
    MethodParameters:
                    Name  Flags
      clusterDescription  
}
SourceFile: "ServerSelector.java"
    RuntimeVisibleAnnotations: 
      com.mongodb.annotations.ThreadSafe()