mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 22:26:17 +00:00
[fieldNameConstants] code review, docs, tests, fixup.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import lombok.experimental.FieldNameConstants;
|
||||
import lombok.AccessLevel;
|
||||
|
||||
@FieldNameConstants
|
||||
public class FieldNameConstantsBasic {
|
||||
@FieldNameConstants(level = AccessLevel.PROTECTED)
|
||||
String iAmADvdPlayer;
|
||||
int $skipMe;
|
||||
static double skipMeToo;
|
||||
String butPrintMePlease;
|
||||
}
|
||||
Reference in New Issue
Block a user