You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/07/02 09:42:47 UTC

[jira] Closed: (FELIX-1242) Annotation detection does not work when class contains only field-level annotations

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

Carsten Ziegeler closed FELIX-1242.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Carsten Ziegeler

I think the current behaviour for the annotations is correct; to not break backwards compatibility we should leave the javadoc tag behaviour like it is today. 
Therefore setting this bug to won't fix

> Annotation detection does not work when class contains only field-level annotations
> -----------------------------------------------------------------------------------
>
>                 Key: FELIX-1242
>                 URL: https://issues.apache.org/jira/browse/FELIX-1242
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven SCR Plugin
>    Affects Versions: maven-scr-plugin-1.2.0
>            Reporter: Stefan Seifert
>            Assignee: Carsten Ziegeler
>            Priority: Trivial
>             Fix For: maven-scr-plugin-1.4.0
>
>         Attachments: 090616_detectannotationfix.patch
>
>
> in certain situations java classes contain only field-level SCR annotations (i.e. abstract classes where the real @Component annotations is defined on subclasses).
> in this case, the existing of annotations is not detecting in this class, resulting in ignoring field-level annotations in this abstract class.
> the patch attached [^090616_detectannotationfix.patch] fixes this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.