Skip to content
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

Constraint composition #2

Closed
wants to merge 1 commit into from
Closed

Constraint composition #2

wants to merge 1 commit into from

Conversation

mbolgari
Copy link

Currently it is not possible to create a custom compound constraints annotation which contains one of the defined @each.. annotations, because of the missing target type (java.lang.annotation.ElementType.TYPE).
This fix will allow re-using the @each.. annotations in compound constraint annotations.

@jirutka
Copy link
Owner

jirutka commented Mar 4, 2014

Good point, I forgot about compound annotations. Thanks for your PR, but you’ve messed your changeset with code-style changes, so I did the desired changes myself (0201b10). However, I didn’t add a test case for this yet, ’cause I’m just working on reimplementation of all the tests.

Version 2.0.1 and 1.0.1 will be in Maven Central soon.

@jirutka jirutka closed this Mar 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants