src/share/classes/javax/lang/model/element/TypeElement.java

Print this page

        

@@ -109,11 +109,10 @@
      * @see Elements#getBinaryName
      * @jls 6.7 Fully Qualified Names and Canonical Names
      */
     Name getQualifiedName();
 
-
     /**
      * Returns the simple name of this type element.
      *
      * For an anonymous class, an empty name is returned.
      *

@@ -150,11 +149,10 @@
      * @return the formal type parameters, or an empty list
      * if there are none
      */
     List<? extends TypeParameterElement> getTypeParameters();
 
-
     /**
      * Returns the package of a top-level type and returns the
      * immediately lexically enclosing element for a {@linkplain
      * NestingKind#isNested nested} type.
      *