You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Thiago H. de Paula Figueiredo (JIRA)" <ji...@apache.org> on 2014/06/28 14:08:24 UTC

[jira] [Closed] (TAP5-1573) Contributing to DataTypeAnalyzer is only possible using service ids

     [ https://issues.apache.org/jira/browse/TAP5-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiago H. de Paula Figueiredo closed TAP5-1573.
-----------------------------------------------

    Resolution: Invalid

Contributions should be done to DataTypeAnalyzer, a public service, not DefaultDataTypeAnalyzer, which is an internal one.

> 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
>            Reporter: Igor Drobiazko
>              Labels: bulk-close-candidate
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)