Uses of Class
dev.hilla.parser.plugins.nonnull.AnnotationMatcher
-
-
Uses of AnnotationMatcher in dev.hilla.parser.plugins.nonnull
Methods in dev.hilla.parser.plugins.nonnull that return types with arguments of type AnnotationMatcher Modifier and Type Method Description Collection<AnnotationMatcher>NonnullPluginConfig. getDisabledOptions()Collection<AnnotationMatcher>NonnullPluginConfig. getUsedOptions()Constructor parameters in dev.hilla.parser.plugins.nonnull with type arguments of type AnnotationMatcher Constructor Description NonnullPluginConfig(Collection<AnnotationMatcher> use, Collection<AnnotationMatcher> disable)
-