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

Issue with @AnnotationCollector in release 11/10/2016 #224

Closed
admxiii opened this issue Nov 10, 2016 · 3 comments
Closed

Issue with @AnnotationCollector in release 11/10/2016 #224

admxiii opened this issue Nov 10, 2016 · 3 comments

Comments

@admxiii
Copy link

admxiii commented Nov 10, 2016

Seems to be an issue with the annotation collector annotation in the latest build. The attributes are no longer inherited in the new annotation. Here is a simple example.

// File - MyEqualsAndHashCode.groovy
@EqualsAndHashCode
@AnnotationCollector
@interface MyEqualsAndHashCode {
}

// SomeObjectTO.groovy
@MyEqualsAndHashCode(includes=['id'])
class SomeObjectTO {
// some fields....
}

// Error in eclipse problems view during compile
The attribute includes is undefined for the annotation type MyEqualsAndHashCode

This worked prior to 11/09/2016 snapshot and still doesn't work in 11/10/2016 snapshot.

@eric-milles
Copy link
Member

Having a look

@admxiii
Copy link
Author

admxiii commented Nov 14, 2016

this is working again, thanks for the quick fix!

@eric-milles
Copy link
Member

Could you close the issue?

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

No branches or pull requests

2 participants