类 PluginConfigProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- com.ss.android.ugc.bytex.pluginconfig.PluginConfigProcessor
-
- 所有已实现的接口:
javax.annotation.processing.Processor
@AutoService(javax.annotation.processing.Processor.class) public class PluginConfigProcessor extends javax.annotation.processing.AbstractProcessorCreated by tanlehua on 2019-05-01.
-
-
构造器概要
构造器 构造器 说明 PluginConfigProcessor()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 com.google.common.collect.ImmutableSet<java.lang.String>getSupportedAnnotationTypes()javax.lang.model.SourceVersiongetSupportedSourceVersion()booleanprocess(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)
-
-
-
方法详细资料
-
getSupportedAnnotationTypes
public com.google.common.collect.ImmutableSet<java.lang.String> getSupportedAnnotationTypes()
- 指定者:
getSupportedAnnotationTypes在接口中javax.annotation.processing.Processor- 覆盖:
getSupportedAnnotationTypes在类中javax.annotation.processing.AbstractProcessor
-
getSupportedSourceVersion
public javax.lang.model.SourceVersion getSupportedSourceVersion()
- 指定者:
getSupportedSourceVersion在接口中javax.annotation.processing.Processor- 覆盖:
getSupportedSourceVersion在类中javax.annotation.processing.AbstractProcessor
-
process
public boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)- 指定者:
process在接口中javax.annotation.processing.Processor- 指定者:
process在类中javax.annotation.processing.AbstractProcessor
-
-