Provide AnnotationScanner interface
-----------------------------------
Key: MYFACES-2860
URL: https://issues.apache.org/jira/browse/MYFACES-2860
Project: MyFaces Core
Issue Type: Improvement
Components: JSR-314
Affects Versions: 2.0.1
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
Looking integration of myfaces with JBoss AS6, it was notice myfaces does not
have a way to override the annotation configurator.
Ri has a class called AnnotationProvider with this methods:
public AnnotationProvider(ServletContext sc)
abstract public Map<?> getAnnotatedClasses(Set<URL> urls)
the documentation says it is possible to override using this type of
constructor.
public AnnotationProvider(ServletContext sc, AnnotationProvider parent)
We should provide something similar (let's call it AnnotationScanner because
its objective is scan for annotations).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.