mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 20:25:27 +00:00
PrettyCommentsPrinter now prints default clause of annotation methods. Fixes Issue #350
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class WithInnerAnnotation {
|
||||
@interface Inner {
|
||||
int bar() default 42;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user