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.

Reply via email to