[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ews.eclipse.technology.aspectj] Re: Trying to pick up annotations on args

Dan, just as an aside, have you looked at Hibernate Validator (http://www.hibernate.org/hib_docs/annotations/reference/en/html/validator.html)? It can perform this type of precondtion/validation and more. Its also extensible. I have not used it yet, so I'm not sure how it gets trigged when being used outside of the hibernate session, but the docs say that this is possible.

-barry