< prev index next >

src/java.base/share/classes/java/lang/invoke/CallSite.java

Print this page

        

@@ -80,10 +80,11 @@
   // ignore caller and name, but match the type:
   return new ConstantCallSite(printArgs.asType(type));
 }
 }</pre></blockquote>
  * @author John Rose, JSR 292 EG
+ * @since 1.7
  */
 abstract
 public class CallSite {
 
     // The actual payload of this call site:
< prev index next >