No, I don't think this has been implemented. A neat idea idea, though. Add a Jira if you want to see it implemented (or implement it for us ;-) )
On Fri, Apr 15, 2016 at 3:11 PM, zhuangmz08 <[email protected]> wrote: > Hi, > Could I define default value where I declare the Property, such as: > > > public interface ABC { > @UseDefaults(value="127.0.0.1") > Property<String> hostname(); > > > @UseDefaults(value=8080) > Property<Integer> port(); > } > > > Thanks a lot. -- Niclas Hedhman, Software Developer http://zest.apache.org - New Energy for Java
