jdk/src/java.base/share/classes/java/lang/reflect/package-info.java
changeset 36511 9d0388c6b336
parent 25859 3317bb8137f4
child 43712 5dfd0950317c
--- a/jdk/src/java.base/share/classes/java/lang/reflect/package-info.java	Tue Mar 15 13:48:26 2016 -0700
+++ b/jdk/src/java.base/share/classes/java/lang/reflect/package-info.java	Thu Mar 17 19:04:16 2016 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -24,12 +24,12 @@
  */
 
 /**
- * Provides classes and interfaces for obtaining reflective
- * information about classes and objects.  Reflection allows
- * programmatic access to information about the fields, methods and
- * constructors of loaded classes, and the use of reflected fields,
- * methods, and constructors to operate on their underlying
- * counterparts, within security restrictions.
+ * Provides classes and interfaces for obtaining reflective information about
+ * modules, classes and objects.  Reflection allows programmatic access to
+ * information about modules and to the fields, methods and constructors of
+ * loaded classes, and the use of reflected fields, methods, and constructors
+ * to operate on their underlying counterparts, within encapsulation and
+ * security restrictions.
  *
  * <p>{@code AccessibleObject} allows suppression of access checks if
  * the necessary {@code ReflectPermission} is available.