@Profile+Annotation(value=1)
public class Object {
  static ();
  public Object();
  public boolean equals(Object);
  public String toString();
  public final void wait() throws InterruptedException;
  public final void wait(long, int) throws InterruptedException;
  public native int hashCode();
  public final native Class<?> getClass();
  public final native void notify();
  public final native void notifyAll();
  public final native void wait(long) throws InterruptedException;
  protected void finalize() throws Throwable;
  protected native Object clone() throws CloneNotSupportedException;
  private static native void registerNatives();
}
