Searched defs:annotateProxyClass (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DMarshalOutputStream.java99 protected void annotateProxyClass(Class<?> cl) throws IOException { method in class:MarshalOutputStream
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DTransferableProxy.java126 protected void annotateProxyClass(final Class<?> cl) throws IOException { method in class:ClassLoaderObjectOutputStream
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java535 * <code>annotateProxyClass</code>.
543 protected void annotateProxyClass(Class<?> cl) throws IOException { method in class:ObjectOutputStream
1258 annotateProxyClass(cl);

Completed in 52 milliseconds