[infinispan-issues] [JBoss JIRA] (IPROTO-106) OriginatingClasses annotation should be located in a runtime jar, not in the annotation processor jar

Nistor Adrian (Jira) issues at jboss.org
Fri Jul 26 10:46:00 EDT 2019


Nistor Adrian created IPROTO-106:
------------------------------------

             Summary: OriginatingClasses annotation should be located in a runtime jar, not in the annotation processor jar 
                 Key: IPROTO-106
                 URL: https://issues.jboss.org/browse/IPROTO-106
             Project: Infinispan ProtoStream
          Issue Type: Enhancement
            Reporter: Nistor Adrian


The annotation processor is a compile time dependency, so OriginatingClasses annotation is not loadable at runtime, but this does not create a classloading issue because the retention of the annotation is CLASS, so not actually needed at runtime. All good at runtime.   But javadoc generation does not work, failing due to missing dependency unless we add it explicitly, which is cumbersome.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list