Manipulator never ignore annotations
------------------------------------
Key: FELIX-1302
URL: https://issues.apache.org/jira/browse/FELIX-1302
Project: Felix
Issue Type: Bug
Components: iPOJO
Affects Versions: iPOJO-1.2.0
Environment: All
Reporter: Pierre Bourret
Priority: Minor
The manipulator seems to always process annotations, even when the user
explicitly indicate to ignore them (via the iPOJO ant or maven plugin).
The org.apache.felix.ipojo.manipulator.Pojoization class has a private
m_ignoreAnnotations boolean field, that is initialized to false (Java default
value). The only method that modify this field is setAnnotationProcessing, that
takes no parameters and
set (unthinking) the field to false.
This method should take a boolean parameter indicating if the annotations must
be processed or ignored.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.