Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Assignee: mgrigorov
Status: Done

Generics for org.apache.wicket.Component

Using Java 7 will allow to use the "diamonds operator", i.e.

Code Block
titleMyPage.java
borderStylesolid
  Component<Entity> c = new SomeComponent<>("id", model);

Assignee:
Status: Not started Dropped
Jira: WICKET-4930

Servlet 3 as a minimum

...