[ 
https://issues.apache.org/jira/browse/MYFACES-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703913#action_12703913
 ] 

Leonardo Uribe commented on MYFACES-2140:
-----------------------------------------

on revision 769600 added annotation processing logic at startup. Now, the code 
handles the following annotations:

 * javax.faces.component.FacesComponent
 * javax.faces.convert.FacesConverter
 * javax.faces.validator.FacesValidator
 * javax.faces.render.FacesRenderer
 * javax.faces.bean.ManagedBean
 * javax.faces.bean.ManagedProperty

Pending

 * Add option processing only myfaces-api and myfaces-impl on metadata-complete
 * Scan jars with files ending with .faces-config.xml
 * Add javax.faces.render.FacesBehaviorRenderer annotation
 * Add @ResourceDependency code
 * Add @ListenerFor code



> Add annotation processing logic
> -------------------------------
>
>                 Key: MYFACES-2140
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2140
>             Project: MyFaces Core
>          Issue Type: New Feature
>          Components: JSR-314
>            Reporter: Jan-Kees van Andel
>            Assignee: Leonardo Uribe
>         Attachments: annotationprocessing-1.zip, ManagedBean.patch, 
> ManagedBeanAnnotationProcessor.patch
>
>
> JSF 2.0 specifies the use of the following annotations for Managed Bean 
> configuration:
> - ManagedBean
> - ManagedBeans
> - ManagedProperty
> - RequestScoped
> - SessionScoped
> - ViewScoped
> - ApplicationScoped
> - NoneScoped
> The annotations are already there, it now needs processing logic.
> I'm on it.

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

Reply via email to