comparison truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/vm/package-info.java @ 21972:ff6f34159b8a

Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Tue, 23 Jun 2015 12:44:41 +0200
parents 7600f072f9d8
children 5bc7f7b867ab
comparison
equal deleted inserted replaced
21971:60d7d22f9c56 21972:ff6f34159b8a
22 * or visit www.oracle.com if you need additional information or have any 22 * or visit www.oracle.com if you need additional information or have any
23 * questions. 23 * questions.
24 */ 24 */
25 25
26 /** 26 /**
27 * Central place to create and control {@link TruffleVM Truffle Virtual Machine} 27 * Central place to create and control {@link com.oracle.truffle.api.vm.TruffleVM Truffle Virtual Machine}
28 * and all languages hosted in it. 28 * and all languages hosted in it.
29 */ 29 */
30 package com.oracle.truffle.api.vm; 30 package com.oracle.truffle.api.vm;
31 31