jdk/src/share/classes/com/sun/jdi/ObjectReference.java
changeset 20742 4ae78e8060d6
parent 14342 8435a30053c1
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/com/sun/jdi/ObjectReference.java	Wed Oct 09 00:10:02 2013 +0100
+++ b/jdk/src/share/classes/com/sun/jdi/ObjectReference.java	Wed Oct 09 09:20:12 2013 +0100
@@ -55,8 +55,9 @@
  * @author James McIlree
  * @since  1.3
  */
-public interface ObjectReference extends Value
-{
+@jdk.Exported
+public interface ObjectReference extends Value {
+
     /**
      * Gets the {@link ReferenceType} that mirrors the type
      * of this object. The type may be a subclass or implementor of the