Replies: 1 comment
-
Please have a look at https://github.com/eclipse-jdt/eclipse.jdt.core/blob/master/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/ValueBasedAnnotationTests.java I can't vouch for the support being complete, so have a look at the tests and/or make your own experiments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just came across JEP 390 and it says:
So the question would be does ecj batch compiler also support
@jdk.internal.ValueBased
annotations? So if I would add that to a custom type will it have any influence?Beta Was this translation helpful? Give feedback.
All reactions