< prev index next >

src/java.xml/share/classes/org/xml/sax/helpers/package-info.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 2017, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2015, 2019, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 26,38 **** /** * * Provides helper classes, including * support for bootstrapping SAX-based applications. * ! * <p> ! * See <a target='_top' href='http://www.saxproject.org'>http://www.saxproject.org</a> ! * for more information about SAX. * * @since 1.4 */ package org.xml.sax.helpers; --- 26,38 ---- /** * * Provides helper classes, including * support for bootstrapping SAX-based applications. * ! * @apiNote The SAX API, originally developed at ! * <a href="http://www.saxproject.org">the SAX Project</a>, was introduced ! * in Java SE 1.4 and continues to be maintained as part of Java SE. * * @since 1.4 */ package org.xml.sax.helpers;
< prev index next >