[
https://issues.apache.org/jira/browse/ZEST-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323958#comment-15323958
]
Niclas Hedhman commented on ZEST-141:
-------------------------------------
Additionally, there is a chicken/egg problem. ValueSerialization is done in
Zest and "@UseDefaults" must be available first.
> UseDefaults annotation with value
> ---------------------------------
>
> Key: ZEST-141
> URL: https://issues.apache.org/jira/browse/ZEST-141
> Project: Zest
> Issue Type: Improvement
> Affects Versions: 2.1
> Reporter: Mingzhou Zhuang
> Priority: Minor
> Labels: features
>
> Define default value where I declare the Property, such as:
> {code}
> public interface ABC {
> @UseDefaults(value="127.0.0.1")
> Property<String> hostname();
> @UseDefaults(value=8080)
> Property<Integer> port();
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)