You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mark Struberg (JIRA)" <de...@myfaces.apache.org> on 2010/03/30 17:23:27 UTC

[jira] Created: (EXTCDI-16) add a helper facitily for creating dynamic AnnotationLiterals

add a helper facitily for creating dynamic AnnotationLiterals
-------------------------------------------------------------

                 Key: EXTCDI-16
                 URL: https://issues.apache.org/jira/browse/EXTCDI-16
             Project: MyFaces CODI
          Issue Type: New Feature
            Reporter: Mark Struberg


Some methods in the BeanManager interface have an Annotation parameter. 

If you have only a Class<? extends Annotation> which you get from a few other BeanManager methods, then you can use this facility to dynamically create such an Annotation by proxying this class and creating a dynamic instance. There is imo no other way to provide a Annotation instance dynamically.

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


[jira] Resolved: (EXTCDI-16) add a helper facitily for creating dynamic AnnotationLiterals

Posted by "Mark Struberg (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/EXTCDI-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved EXTCDI-16.
---------------------------------

    Resolution: Fixed

> add a helper facitily for creating dynamic AnnotationLiterals
> -------------------------------------------------------------
>
>                 Key: EXTCDI-16
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-16
>             Project: MyFaces CODI
>          Issue Type: New Feature
>            Reporter: Mark Struberg
>
> Some methods in the BeanManager interface have an Annotation parameter. 
> If you have only a Class<? extends Annotation> which you get from a few other BeanManager methods, then you can use this facility to dynamically create such an Annotation by proxying this class and creating a dynamic instance. There is imo no other way to provide a Annotation instance dynamically.

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