--- old/src/share/classes/javax/lang/model/element/TypeParameterElement.java 2011-01-28 16:52:16.000000000 -0800 +++ new/src/share/classes/javax/lang/model/element/TypeParameterElement.java 2011-01-28 16:52:16.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2011, 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 @@ -62,4 +62,12 @@ * there are none */ List getBounds(); + + /** + * Returns {@code null}. + * + * @return {@code null} + */ + @Override + Element getEnclosingElement(); }