File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/json Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2121/**
2222 * The <code>JSONHandler</code> interface receives notifications from the
2323 * <code>JsonParser</code>.
24+ * @deprecated use <a href="https://jakartaee.github.io/jsonp-api/docs/api/?overview-summary.html">JSON Processing API</a> instead.
2425 */
26+ @ Deprecated (since ="2.24.0" )
2527public interface JsonHandler {
2628
2729 /**
Original file line number Diff line number Diff line change 2929 * <code>JsonParser</code> parses and validates the JSON object passed upon
3030 * {@link #parse(String)} or {@link #parse(InputStream, String)} and notifies
3131 * the specified <code>JsonHandler</code>
32+ * @deprecated use <a href="https://jakartaee.github.io/jsonp-api/docs/api/?overview-summary.html">JSON Processing API</a> instead.
3233 */
34+ @ Deprecated (since ="2.24.0" )
3335public class JsonParser {
3436
3537 private static final String NULL = "null" ;
You can’t perform that action at this time.
0 commit comments