Contributing to DataTypeAnalyzer is only possible using service ids
-------------------------------------------------------------------

                 Key: TAP5-1573
                 URL: https://issues.apache.org/jira/browse/TAP5-1573
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.2.5
            Reporter: Igor Drobiazko


Currently the only way to contribute to DataTypeAnalyzer service is using 
service id:

    public static void contributeDefaultDataTypeAnalyzer(
            MappedConfiguration<Class, String> configuration) {
        ...
    }

It should be possible to use @Contribute annotation accompanied by a marker 
annotation to provide contributions for the DefaultDataTypeAnalyzer service.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to