File tree Expand file tree Collapse file tree
core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222public class RDFaParserSettings {
2323
2424 /**
25- * Boolean setting for parser to determine the RDFa version to use when processing the document.
26- * <p>
27- * Defaults to {@link RDFaVersion#RDFA_1_0}.
25+ * Boolean setting for parser to determine the RDFa version to use when processing the document. Note that although
26+ * these settings are not used within RDF4J, they are in use by external plugins.
27+ *
28+ * @see <a href=
29+ * "https://github.com/eclipse-rdf4j/rdf4j/issues/4779">https://github.com/eclipse-rdf4j/rdf4j/issues/4779</a>
30+ * <p>
31+ * Defaults to {@link RDFaVersion#RDFA_1_0}.
2832 */
29- @ Deprecated (since = "4.3.0" , forRemoval = true )
3033 public static final RioSetting <RDFaVersion > RDFA_COMPATIBILITY = new RioSettingImpl <>(
3134 "org.eclipse.rdf4j.rio.rdfa.version" , "RDFa Version Compatibility" , RDFaVersion .RDFA_1_0 );
3235
Original file line number Diff line number Diff line change 1111package org .eclipse .rdf4j .rio .helpers ;
1212
1313/**
14- * Enumeration for tracking versions of the RDFa specification to specify processing capabilities of RDFa modules.
14+ * Enumeration for tracking versions of the RDFa specification to specify processing capabilities of RDFa modules. Note
15+ * that although these settings are not used within RDF4J, they are in use by external plugins.
16+ *
17+ * @see <a href=
18+ * "https://github.com/eclipse-rdf4j/rdf4j/issues/4779">https://github.com/eclipse-rdf4j/rdf4j/issues/4779</a>
1519 *
1620 * @author Peter Ansell
1721 */
18- @ Deprecated (since = "4.3.0" , forRemoval = true )
1922public enum RDFaVersion {
2023
2124 /**
You can’t perform that action at this time.
0 commit comments