On Tue, Jan 24, 2017 at 4:53 PM, Robert Varga <[email protected]> wrote: > On 01/24/2017 04:28 PM, Stephen Kitt wrote: > > Hi, > > > > All the affected projects are already aware of this, but as a general > > heads-up, the Genius project will be dropping the old ActionInfo, > > InstructionInfo and MatchInfo classes in Carbon (in particular, > > ActionType, InstructionType and MatchFieldType). The weather page with > > links to the remaining patches is on > > https://wiki.opendaylight.org/view/Weather#Genius_ > ActionInfo.2FInstructionInfo.2FMatchInfo_clean-up > > One question around this: these look like hand-written APIs, which > really should be backed by a model. Is there a particular reason for this? >
using https://immutables.github.io for these could be interesting.. but probably more of a potential next step separate follow-up, than something to mix into this. But now that there is a super generic String[] API anymore, which is used to be, which this addresses, moving to adopting (e.g.) Immutables.org instead of coding those out as they are would be useful, IMHO. > Thanks, > Robert > > > _______________________________________________ > genius-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/genius-dev > >
_______________________________________________ sfc-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/sfc-dev
