c) it is. Martijn
On Mon, Jun 20, 2016 at 8:24 PM, Sven Meier <[email protected]> wrote: > Hi all, > > did I miss a discussion about RequestCycle.find() and Optional? > > public <T extends IRequestHandler> Optional<T> find(final Class<T> type) > > In Wicket 8.x we could: > a) leave it as it is > b) introduce an additional method #get() that returns an Optional<T> > c) change #find() to return an Optional<T> > > I'd prefer c). WDYT? > > Sven > -- Become a Wicket expert, learn from the best: http://wicketinaction.com
