OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sdo message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Change Proposal for JavaHelper.define API


Hello All,

I would like to propose a change to the JavaHelper API:

Change:    Type define(Class<?> type)
To:  Type define(Class<?>... type)

The "..." will allow a user to do the following:
  • javaHelper.define(Customer.class);
  • javaHelper.define(Customer.class, Address.class);
  • javaHelper.define(Customer.class, Address.class, PhoneNumber.class);
-Blaise


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]