< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/MetaAccessProvider.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.meta; ! import java.lang.reflect.*; /** * Provides access to the metadata of a class typically provided in a class file. */ public interface MetaAccessProvider { --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.meta; ! import java.lang.reflect.Constructor; ! import java.lang.reflect.Executable; ! import java.lang.reflect.Field; ! import java.lang.reflect.Method; /** * Provides access to the metadata of a class typically provided in a class file. */ public interface MetaAccessProvider {
< prev index next >