src/share/classes/java/lang/invoke/MethodHandles.java

Print this page

        

@@ -48,11 +48,11 @@
  * <ul>
  * <li>Lookup methods which help create method handles for methods and fields.
  * <li>Combinator methods, which combine or transform pre-existing method handles into new ones.
  * <li>Other factory methods to create method handles that emulate other common JVM operations or control flow patterns.
  * </ul>
- * <p>
+ *
  * @author John Rose, JSR 292 EG
  * @since 1.7
  */
 public class MethodHandles {