Files
lombok/test/eclipse/resource/noerrors/fieldNameConstantsInAnnotation/Usage.java
T
Rawi01 f277791cf0 [fixes #3529] Set real field initializer source
Eclipse copies the field initializer source code if it is a constant.
For generated nodes we have to read it from the ast node and not from
the source file.
2024-01-15 23:06:21 +01:00

5 lines
71 B
Java

package pkg;
@Annotation(Constants.Fields.test)
public class Usage {
}