mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 18:23:13 +00:00
[With] renaming lombok.experimental.Wither to lombok.experimental.With
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import lombok.With;
|
||||
|
||||
class WithMethodMarkedDeprecated {
|
||||
|
||||
@Deprecated
|
||||
@With int annotation;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
@With int javadoc;
|
||||
|
||||
WithMethodMarkedDeprecated(int annotation, int javadoc) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user