Confusing build warning for use of Deprecated API AbstractAssetWorkflowProcess
I get this warning when building my project.
[WARNING] Component <insert class name here> is using the deprecated inheritance feature and inherits from com.day.cq.dam.commons.process.AbstractAssetWorkflowProcess. This feature will be removed in future versions.
Looking at https://docs.adobe.com/docs/en/aem/6-2/develop/ref/javadoc/index.html I see no notice of deprecation, so I'm confused by this warning. Any help?