< prev index next >

src/java.base/share/classes/java/lang/reflect/AnnotatedType.java

Print this page

        

*** 35,44 **** --- 35,52 ---- * * Note that any annotations returned by methods on this interface are * <em>type annotations</em> (JLS {@jls 9.7.4}) as the entity being * potentially annotated is a type. * + * @jls 4.1 The Kinds of Types and Values + * @jls 4.2 Primitive Types and Values + * @jls 4.3 Reference Types and Values + * @jls 4.4 Type Variables + * @jls 4.5 Parameterized Types + * @jls 4.8 Raw Types + * @jls 4.9 Intersection Types + * @jls 10.1 Array Types * @since 1.8 */ public interface AnnotatedType extends AnnotatedElement { /**
< prev index next >