-
```
Cannot write annotations on a union type if the types in the union have
declaration annotations on their type definitions.
For example, (full example attached)
...
} catch (@NonNull Inne…
-
I want to generate a data object from a kotlin class (Author), but it generates an error that I could not solve
`Could not generate element for org.vult.services.Author: null`
I think it may be …
-
We have a checker that has one sub-checker, with the checker and sub-checker residing in different jar files. When we place the jars on the classpath, the checker runs fine, but when we place both ja…
-
-
#### Summary:
Nebula Lint should not warn of an unused dependency for `@Retention(RetentionPolicy.SOURCE)` annotations .
#### Steps to reproduce:
Create a gradle project and add the gradle lint …
-
The current build breaks when `mvn compile` is run twice with no `mvn clean` between. I've not been able to figure out what is going wrong. I did find a hack that works where you add -proc:none to the…
-
Simplify and offer more productivity for often and common task when input route is implemented.
Focus on the most often use cases during input routes implementation:
- direct/spring-ws URI
- one rout…
pjuza updated
8 years ago
-
De AutoValue annotatie maakt het mogelijk een heleboel boilerplate code te voorkomen op een nette manier. Wellicht kan dit ook met final fields en bij behorende constructor en schema.
-
To upgrade gradle-processors to 2.0.0 I had to add a compile dependency on immutables, otherwise the compilation would fail with warning:
`warning: unknown enum constant ImplementationVisibility.PA…
-
This proposal starts from an admirable motivation of seeking to "Unfork JavaScript", and presents type annotations as a solution to this. Specifically:
> This proposal formalizes an ergonomic syntax …