[ 
https://issues.apache.org/jira/browse/SLING-6539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler reopened SLING-6539:
-------------------------------------

I think you're facing a tooling problem here
Using static final is default for an interface, so it is really redundant and 
should produce the same byte code.
I've been using such constants in many annotations already.
So please revert and let's fix the real problem

> Make fields in AdapterFactory real constants
> --------------------------------------------
>
>                 Key: SLING-6539
>                 URL: https://issues.apache.org/jira/browse/SLING-6539
>             Project: Sling
>          Issue Type: Improvement
>    Affects Versions: API 2.16.2
>            Reporter: Konrad Windszus
>            Assignee: Konrad Windszus
>             Fix For: API 2.16.4
>
>
> The fields in {{o.a.s.api.adapter.AdapterFactory}} are named with all 
> uppercase characters but they are not real constants (i.e. not static final). 
> This is a problem e.g. for OSGi DS annotations where only real constants can 
> be used as values.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to