mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-19 12:23:54 +00:00
added tests for new javadoc behaviour, javac implementation of copying javadoc for getters/setters, and fixed pretty printer to no longer inject an extra newline at the top of javadoc.
This commit is contained in:
@@ -6,7 +6,9 @@ class DelegateWithDeprecated {
|
||||
private interface Bar {
|
||||
@Deprecated
|
||||
void deprecatedAnnotation();
|
||||
/** @deprecated */
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
void deprecatedComment();
|
||||
void notDeprecated();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user