You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by "Mingzhou Zhuang (JIRA)" <ji...@apache.org> on 2016/04/15 10:20:25 UTC

[jira] [Created] (ZEST-141) UseDefaults annotation with value

Mingzhou Zhuang created ZEST-141:
------------------------------------

             Summary: 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


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();
}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)