public interface org.eclipse.core.resources.IDynamicReferenceProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.core.resources.IDynamicReferenceProvider
  super_class: java.lang.Object
{
  public abstract java.util.List<org.eclipse.core.resources.IProject> getDependentProjects(org.eclipse.core.resources.IBuildConfiguration);
    descriptor: (Lorg/eclipse/core/resources/IBuildConfiguration;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    Signature: (Lorg/eclipse/core/resources/IBuildConfiguration;)Ljava/util/List<Lorg/eclipse/core/resources/IProject;>;
    MethodParameters:
                    Name  Flags
      buildConfiguration  
}
SourceFile: "IDynamicReferenceProvider.java"