org.eclipse.jdt.internal.compiler.batch.Main.initializeAnnotationProcessorManager()方法的使用及代码示例

x33g5p2x  于2022-01-25 转载在 其他  
字(5.7k)|赞(0)|评价(0)|浏览(167)

本文整理了Java中org.eclipse.jdt.internal.compiler.batch.Main.initializeAnnotationProcessorManager()方法的一些代码示例,展示了Main.initializeAnnotationProcessorManager()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Main.initializeAnnotationProcessorManager()方法的具体详情如下:
包路径:org.eclipse.jdt.internal.compiler.batch.Main
类名称:Main
方法名:initializeAnnotationProcessorManager

Main.initializeAnnotationProcessorManager介绍

暂无

代码示例

代码示例来源:origin: org.eclipse.jdt.core.compiler/ecj

  1. @Override
  2. protected void initializeAnnotationProcessorManager() {
  3. super.initializeAnnotationProcessorManager();
  4. if (this.batchCompiler.annotationProcessorManager != null && this.processors != null) {
  5. this.batchCompiler.annotationProcessorManager.setProcessors(this.processors);
  6. } else if (this.processors != null) {
  7. throw new UnsupportedOperationException("Cannot handle annotation processing"); //$NON-NLS-1$
  8. }
  9. }

代码示例来源:origin: org.eclipse.scout.sdk.deps/ecj

  1. @Override
  2. protected void initializeAnnotationProcessorManager() {
  3. super.initializeAnnotationProcessorManager();
  4. if (this.batchCompiler.annotationProcessorManager != null && this.processors != null) {
  5. this.batchCompiler.annotationProcessorManager.setProcessors(this.processors);
  6. } else if (this.processors != null) {
  7. throw new UnsupportedOperationException("Cannot handle annotation processing"); //$NON-NLS-1$
  8. }
  9. }

代码示例来源:origin: org.eclipse.jetty.orbit/org.eclipse.jdt.core

  1. @Override
  2. protected void initializeAnnotationProcessorManager() {
  3. super.initializeAnnotationProcessorManager();
  4. if (this.batchCompiler.annotationProcessorManager != null && this.processors != null) {
  5. this.batchCompiler.annotationProcessorManager.setProcessors(this.processors);
  6. } else if (this.processors != null) {
  7. throw new UnsupportedOperationException("Cannot handle annotation processing"); //$NON-NLS-1$
  8. }
  9. }

代码示例来源:origin: com.ovea.tajin.server/tajin-server-tomcat7

  1. @Override
  2. protected void initializeAnnotationProcessorManager() {
  3. super.initializeAnnotationProcessorManager();
  4. if (this.batchCompiler.annotationProcessorManager != null && this.processors != null) {
  5. this.batchCompiler.annotationProcessorManager.setProcessors(this.processors);
  6. } else if (this.processors != null) {
  7. throw new UnsupportedOperationException("Cannot handle annotation processing"); //$NON-NLS-1$
  8. }
  9. }

代码示例来源:origin: com.google.code.maven-play-plugin.org.eclipse.jdt/org.eclipse.jdt.core

  1. && this.compilerOptions.processAnnotations) {
  2. if (checkVMVersion(ClassFileConstants.JDK1_6)) {
  3. initializeAnnotationProcessorManager();
  4. if (this.classNames != null) {
  5. this.batchCompiler.setBinaryTypes(processClassNames(this.batchCompiler.lookupEnvironment));

代码示例来源:origin: org.eclipse.scout.sdk.deps/ecj

  1. && this.compilerOptions.processAnnotations) {
  2. if (checkVMVersion(ClassFileConstants.JDK1_6)) {
  3. initializeAnnotationProcessorManager();
  4. if (this.classNames != null) {
  5. this.batchCompiler.setBinaryTypes(processClassNames(this.batchCompiler.lookupEnvironment));

代码示例来源:origin: trylimits/Eclipse-Postfix-Code-Completion

  1. && this.compilerOptions.processAnnotations) {
  2. if (checkVMVersion(ClassFileConstants.JDK1_6)) {
  3. initializeAnnotationProcessorManager();
  4. if (this.classNames != null) {
  5. this.batchCompiler.setBinaryTypes(processClassNames(this.batchCompiler.lookupEnvironment));

代码示例来源:origin: org.eclipse.scout.sdk.deps/org.eclipse.jdt.core

  1. && this.compilerOptions.processAnnotations) {
  2. if (checkVMVersion(ClassFileConstants.JDK1_6)) {
  3. initializeAnnotationProcessorManager();
  4. if (this.classNames != null) {
  5. this.batchCompiler.setBinaryTypes(processClassNames(this.batchCompiler.lookupEnvironment));

代码示例来源:origin: org.eclipse.jdt.core.compiler/ecj

  1. && this.compilerOptions.processAnnotations) {
  2. if (checkVMVersion(ClassFileConstants.JDK1_6)) {
  3. initializeAnnotationProcessorManager();
  4. if (this.classNames != null) {
  5. this.batchCompiler.setBinaryTypes(processClassNames(this.batchCompiler.lookupEnvironment));

代码示例来源:origin: org.eclipse.jetty.orbit/org.eclipse.jdt.core

  1. && this.compilerOptions.processAnnotations) {
  2. if (checkVMVersion(ClassFileConstants.JDK1_6)) {
  3. initializeAnnotationProcessorManager();
  4. if (this.classNames != null) {
  5. this.batchCompiler.setBinaryTypes(processClassNames(this.batchCompiler.lookupEnvironment));

代码示例来源:origin: com.vaadin/vaadin-client-compiler-deps

  1. && this.compilerOptions.processAnnotations) {
  2. if (checkVMVersion(ClassFileConstants.JDK1_6)) {
  3. initializeAnnotationProcessorManager();
  4. if (this.classNames != null) {
  5. this.batchCompiler.setBinaryTypes(processClassNames(this.batchCompiler.lookupEnvironment));

代码示例来源:origin: org.jibx.config.3rdparty.org.eclipse/org.eclipse.jdt.core

  1. && this.compilerOptions.processAnnotations) {
  2. if (checkVMVersion(ClassFileConstants.JDK1_6)) {
  3. initializeAnnotationProcessorManager();
  4. if (this.classNames != null) {
  5. this.batchCompiler.setBinaryTypes(processClassNames(this.batchCompiler.lookupEnvironment));

代码示例来源:origin: com.ovea.tajin.server/tajin-server-tomcat7

  1. && this.compilerOptions.processAnnotations) {
  2. if (checkVMVersion(ClassFileConstants.JDK1_6)) {
  3. initializeAnnotationProcessorManager();
  4. if (this.classNames != null) {
  5. this.batchCompiler.setBinaryTypes(processClassNames(this.batchCompiler.lookupEnvironment));

代码示例来源:origin: org.eclipse.jdt/org.eclipse.jdt.core

  1. && this.compilerOptions.processAnnotations) {
  2. if (checkVMVersion(ClassFileConstants.JDK1_6)) {
  3. initializeAnnotationProcessorManager();
  4. if (this.classNames != null) {
  5. this.batchCompiler.setBinaryTypes(processClassNames(this.batchCompiler.lookupEnvironment));

代码示例来源:origin: org.eclipse.tycho/org.eclipse.jdt.core

  1. && this.compilerOptions.processAnnotations) {
  2. if (checkVMVersion(ClassFileConstants.JDK1_6)) {
  3. initializeAnnotationProcessorManager();
  4. if (this.classNames != null) {
  5. this.batchCompiler.setBinaryTypes(processClassNames(this.batchCompiler.lookupEnvironment));

相关文章