public interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint<O extends org.springframework.boot.actuate.endpoint.Operation> extends org.springframework.boot.actuate.endpoint.ExposableEndpoint<O>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
  super_class: java.lang.Object
{
  public abstract boolean wasDiscoveredBy(java.lang.Class<? extends org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<?, ?>>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<+Lorg/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer<**>;>;)Z
    MethodParameters:
            Name  Flags
      discoverer  

  public abstract java.lang.Object getEndpointBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <O::Lorg/springframework/boot/actuate/endpoint/Operation;>Ljava/lang/Object;Lorg/springframework/boot/actuate/endpoint/ExposableEndpoint<TO;>;
SourceFile: "DiscoveredEndpoint.java"