You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public @ SuppressWarnings("deprecation") Date classSpec = new Date("foo"), methodName =
new Date("foo"), methodDescriptor = new Date("foo");
clearly shows that the general theory is that the annotation is supposed to apply to every listed
field, so getters for all 3 fields should have been generated.
I've confirmed that the intent of @ Foo int x, y; is indeed for that annotation to apply to both fields. Eclipse really doesn't make this easy, but we'll fix it.
Migrated from Google Code (issue 54)
The text was updated successfully, but these errors were encountered: