[
https://issues.apache.org/jira/browse/ANY23-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16527990#comment-16527990
]
ASF GitHub Bot commented on ANY23-355:
--------------------------------------
Github user HansBrende commented on the issue:
https://github.com/apache/any23/pull/90
You should be using both `@deprecated` in the javadoc and `@Deprecated` on
the class. See
https://stackoverflow.com/questions/9031832/how-to-declare-or-mark-a-java-method-as-deprecated
> Deprecate RDFa11Parser since Rio implementations are used instead
> -----------------------------------------------------------------
>
> Key: ANY23-355
> URL: https://issues.apache.org/jira/browse/ANY23-355
> Project: Apache Any23
> Issue Type: Improvement
> Components: extractors
> Reporter: Julio Caguano
> Assignee: Julio Caguano
> Priority: Minor
>
> The
> [RDFParserFactory|https://github.com/apache/any23/blob/master/core/src/main/java/org/apache/any23/extractor/rdf/RDFParserFactory.java]
> uses Rio implementations. The
> [RDFa11Parser|https://github.com/apache/any23/blob/master/core/src/main/java/org/apache/any23/extractor/rdfa/RDFa11Parser.java]
> is not longer used. Thus, it has to be deprecated.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)