* evaluation of the evaluator.
*
* @since 2.0
- * @deprecated
+ * @deprecated As of JSP 2.1, replaced by javax.el.ELException
*/
@SuppressWarnings("dep-ann") // TCK signature test fails with annotation
public class ELException extends Exception {
* Represents a parsing error encountered while parsing an EL expression.
*
* @since 2.0
- * @deprecated
+ * @deprecated As of JSP 2.1, replaced by javax.el.ELException
*/
@SuppressWarnings("dep-ann") // TCK signature test fails with annotation
public class ELParseException extends ELException {
* where ELParseException exceptions are raised. </p>
*
* @since 2.0
- * @deprecated
+ * @deprecated As of JSP 2.1, replaced by javax.el.ValueExpression
*/
@SuppressWarnings("dep-ann") // TCK signature test fails with annotation
public abstract class Expression {
* </p>
*
* @since 2.0
- * @deprecated
+ * @deprecated As of JSP 2.1, replaced by javax.el.ExpressionFactory
*/
@SuppressWarnings("dep-ann")
// TCK signature test fails with annotation
* information to resolve the map. </p>
*
* @since 2.0
- * @deprecated
+ * @deprecated As of JSP 2.1, replaced by javax.el.FunctionMapper
*/
@SuppressWarnings("dep-ann") // TCK signature test fails with annotation
public interface FunctionMapper {
* </p>
*
* @since 2.0
- * @deprecated
+ * @deprecated As of JSP 2.1, replaced by javax.el.ELResolver
*/
@SuppressWarnings("dep-ann")
// TCK signature test fails with annotation
<bug>51154</bug>: Remove duplicate @deprecated tags in ServletContext
Javadoc. Patch provided by sebb. (markt)
</fix>
+ <fix>
+ <bug>51155</bug>: Add comments to @deprecated tags that have none. Patch
+ provided by sebb. (markt)
+ </fix>
</changelog>
</subsection>
</section>