< prev index next >

src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor6.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 48,58 **** * contract. * * <p id=note_for_subclasses><strong>WARNING:</strong> The {@code * TypeVisitor} interface implemented by this class may have methods * added to it in the future to accommodate new, currently unknown, ! * language structures added to future versions of the Java&trade; * programming language. Therefore, methods whose names begin with * {@code "visit"} may be added to this class in the future; to avoid * incompatibilities, classes and subclasses which extend this class * should not declare any instance methods with names beginning with * {@code "visit"}.</p> --- 48,58 ---- * contract. * * <p id=note_for_subclasses><strong>WARNING:</strong> The {@code * TypeVisitor} interface implemented by this class may have methods * added to it in the future to accommodate new, currently unknown, ! * language structures added to future versions of the Java * programming language. Therefore, methods whose names begin with * {@code "visit"} may be added to this class in the future; to avoid * incompatibilities, classes and subclasses which extend this class * should not declare any instance methods with names beginning with * {@code "visit"}.</p>
< prev index next >