注释类型 Processor
-
@Retention(RUNTIME) @Target(TYPE) @Repeatable(Processors.class) public @interface Processor
Created by tanlehua on 2019/4/28.
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 java.lang.Class<? extends FileProcessor>implement
-
-
-
元素详细资料
-
implement
java.lang.Class<? extends FileProcessor> implement
-
-
-
process
Process process
- 默认值:
- com.ss.android.ugc.bytex.common.flow.main.Process.TRANSFORM
-
-