I was wondering how to represent varargs in ArgoUML? I have a method whose signature is
<T> java.util.Set<ConstraintViolation<http://jackson.codehaus.org/javadoc/bean-validation-api/1.0/javax/validation/ConstraintViolation.html> <T>>*validateProperty<http://jackson.codehaus.org/javadoc/bean-validation-api/1.0/javax/validation/Validator.html#validateProperty(T, java.lang.String, java.lang.Class...)>*(T object, java.lang.String propertyName, java.lang.Class<?>... groups) And I'm trying to figure out how to represent the groups parameter. The generics in the return parameter also seem to be problematic. Any suggestions would be helpful. Regards, Mark ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=449&dsMessageId=2733416 To unsubscribe from this discussion, e-mail: [[email protected]].
