Searched refs:ignorePrivateAndStaticInjectionForComponent (Results 1 – 5 of 5) sorted by relevance
57 public abstract boolean ignorePrivateAndStaticInjectionForComponent(); in ignorePrivateAndStaticInjectionForComponent() method in CompilerOptions
68 public boolean ignorePrivateAndStaticInjectionForComponent() { in ignorePrivateAndStaticInjectionForComponent() method in JavacPluginCompilerOptions
133 public boolean ignorePrivateAndStaticInjectionForComponent() { in ignorePrivateAndStaticInjectionForComponent() method in ProcessingEnvironmentCompilerOptions
34 "-Adagger.ignorePrivateAndStaticInjectionForComponent=enabled",
122 return compilerOptions.ignorePrivateAndStaticInjectionForComponent() in whenGeneratingCode()