avaje-prisms icon indicating copy to clipboard operation
avaje-prisms copied to clipboard

Upgraded fork of hickory (updated to Java 11 with module-info and new features)

Results 2 avaje-prisms issues
Sort by recently updated
recently updated
newest added

@SentryMan When using `avaje-spi-service`, the following is happening: ```java import org.example.*; // I am using wildcard import, if it makes a difference module example { provides Example with DExample; //...

With avaje-prisms, marking the entire module as `@NullMarked`, using methods like `ExamplePrism.getInstanceOn` which appear to be nullable, are not marked `@Nullable`. The generators avaje has actually also do not seem...