hi3g / freki

1 stars 0 forks source link

Only allow * for wildcard in WildcardIdLookupStrategy #55

Closed vonbirdie closed 9 years ago

vonbirdie commented 9 years ago

We currently allow the empty string, null and * as wildcards however the parameter name has a Nonnull annotation by default through the package-info.java so null is not allowed. Requiring it to be * makes the wildcard more explicit.