comparison jvmci/jdk.vm.ci.meta/src/jdk/vm/ci/meta/JavaType.java @ 23365:30af491f98c5

Remove TrustedInterface (JDK-8155719).
author Roland Schatz <roland.schatz@oracle.com>
date Fri, 29 Apr 2016 10:54:19 +0200
parents 1bbd4a7c274b
children 1d4ce2d19e52
comparison
equal deleted inserted replaced
23351:1c62a8bac25a 23365:30af491f98c5
26 26
27 /** 27 /**
28 * Represents a resolved or unresolved type. Types include primitives, objects, {@code void}, and 28 * Represents a resolved or unresolved type. Types include primitives, objects, {@code void}, and
29 * arrays thereof. 29 * arrays thereof.
30 */ 30 */
31 public interface JavaType extends TrustedInterface { 31 public interface JavaType {
32 32
33 /** 33 /**
34 * Returns the name of this type in internal form. The following are examples of strings 34 * Returns the name of this type in internal form. The following are examples of strings
35 * returned by this method: 35 * returned by this method:
36 * 36 *