Annotation Type Handler
-
@Retention(RUNTIME) @Target(TYPE) @Repeatable(Handlers.class) public @interface Handler
Created by tanlehua on 2019/4/28.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends FileHandler>implement
-
-
-
Element Detail
-
implement
java.lang.Class<? extends FileHandler> implement
-
-
-
process
Process process
- Default:
- com.ss.android.ugc.bytex.common.flow.main.Process.TRANSFORM
-
-