-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.util.Collection not recognized as collection #42
Comments
This is a patch for this issue: From 81cb708d2af5164c7faf4c55d7e4fae81f7a7d68 Mon Sep 17 00:00:00 2001 .../main/java/com/lunatech/doclets/jax/Utils.java | 2 ++ diff --git a/doclets/src/main/java/com/lunatech/doclets/jax/Utils.java b/doclets/src/main/java/com/lunatech/doclets/jax/Utils.java
+import java.util.Collection; @@ -78,4 +79,14 @@ public class ClassExample {
|
Thanks. Could you do a pull request for this please? |
Sorry you already did, thanks a lot :) |
A bean with a property of type java.util.Collection is not recognized as a collection.
The text was updated successfully, but these errors were encountered: