Saturday, 15 January 2011

netbeans - Was javax's NotNull removed in Java 8? -



netbeans - Was javax's NotNull removed in Java 8? -

looking @ documentation notnull under java 7, can see javax.validation.constraints.notnull valid , documented annotation. upon navigating same page java 8, receive 404.

netbeans suggests import com.avaje.ebean.validation.notnull, not want (it doesn't back upwards many placements).

i've heard of tag nonnull instead, can't find java documentation nor can import in netbeans. meant using in java 8?

javax.validation not part of java 8, part of java ee, , still included in java ee 7

java netbeans annotations java-8

No comments:

Post a Comment