Change iPojo annotation parameters to follow java naming conventions
---------------------------------------------------------------------
Key: FELIX-2620
URL: https://issues.apache.org/jira/browse/FELIX-2620
Project: Felix
Issue Type: Improvement
Components: iPOJO
Affects Versions: iPOJO-1.8.0
Reporter: Peter Donald
Priority: Minor
Fix For: iPOJO-1.8.0
Parameter names in the annotations do not follow java naming patterns. The
annotation parameter tend to use underscore separated words in lower case while
java conventions typically use camelCase. Fixing these to follow java
conventions reduces the conceptual load for dopting the library.
Some examples:
* @Subscriber.data_key
* @Subscriber.data_type
* @Publisher.data_key
* @Publisher.data_type
* @Component.factory_method
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.