[jboss-jira] [JBoss JIRA] Updated: (JBANN-43) Handle scanning via visitor pattern
Ales Justin (JIRA)
jira-events at lists.jboss.org
Mon Oct 19 02:07:05 EDT 2009
[ https://jira.jboss.org/jira/browse/JBANN-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ales Justin updated JBANN-43:
-----------------------------
Summary: Handle scanning via visitor pattern (was: Add filtering ability to AnnotationScanner)
Description:
Scanning in AnnotationScanner should be done via plugable visitior pattern.
This way we could properly use JBoss CL's Module - where restrictions are held,
and also apply any external filtering (e.g. ScanningMetaData, ...).
e.g. AnnotationScanner:scan(Visitor, URL... );
was:
We should be able to filter resources we scan in AnnotationScanner.
e.g. AnnotationScanner:scan(URL[], ResourceFilter, ClassLoader...):
> Handle scanning via visitor pattern
> -----------------------------------
>
> Key: JBANN-43
> URL: https://jira.jboss.org/jira/browse/JBANN-43
> Project: Papaki
> Issue Type: Feature Request
> Components: Core
> Affects Versions: 1.0.0.Beta2
> Reporter: Ales Justin
> Assignee: Jesper Pedersen
> Fix For: 1.0.0.Beta3
>
>
> Scanning in AnnotationScanner should be done via plugable visitior pattern.
> This way we could properly use JBoss CL's Module - where restrictions are held,
> and also apply any external filtering (e.g. ScanningMetaData, ...).
> e.g. AnnotationScanner:scan(Visitor, URL... );
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list