注释类型 Processor


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Repeatable(Processors.class)
    public @interface Processor
    Created by tanlehua on 2019/4/28.
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      java.lang.Class<? extends FileProcessor> implement  
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      Process process  
    • 元素详细资料

      • process

        Process process
        默认值:
        com.ss.android.ugc.bytex.common.flow.main.Process.TRANSFORM