-
Thanks for your works.
However, It doesn't properly work. (I did "./run.sh start" as you wrote.)
Please let me know how can I start.
-
## Describe the bug
Jackson allows creating [mixins](https://github.com/FasterXML/jackson-docs/wiki/JacksonMixInAnnotations) which allow defining Jackson annotation-based configuration on a class mir…
-
**Describe the bug**
When a class is annotated with `@SuperBuilder` and a field in there is annotated with `@Builder.Default` and has a default value and if there is a constructor present, then the f…
-
# BackEnd
## SearchPostController
```java
package com.backend.Holo.controller;
import com.backend.Holo.entity.SearchPost;
import com.backend.Holo.service.SearchPostService;
import lombok.Requi…
-
Hi I'm in the process of implementing the @NonEmpty annotation for Lombok.
As a starting point I took the @NonNull implementation and so far was able to produce the following de-Lomboked output:
…
drejc updated
4 years ago
-
**The problem**
It is not easy to create a list or array of BeanProperty.
At the moment, I have found this solution:
```JAVA
@Getter @Setter // Lombok
public class Country implements Parameteri…
-
### Short description
_IntelliJ Idea code inspection reports "@Wither needs constructor for all fields (0 parameters)" on a Java 16 record. However, records already have such constructor built in._
…
-
### Short description
when I input `dto.getId()` and click `ctrl+alt+v`, the code beteween `@NotNull Integer id = dto.getId()`
>
```java
@Data
public class Dto{
@NotNull
private Integer id;
}…
-
```
Comiple and run this class:
package com.verhas.lombokTest;
import lombok.experimental.ExtensionMethod;
import org.junit.Test;
public class ExtensionTest {
static class Extensions {
…
-
```
Please discuss feature requests first on
https://groups.google.com/forum/#!forum/project-lombok
What steps will reproduce the problem?
1.Put: @Getter long id inside of a class
2.Call this gett…