程序包 proguard.strip

类 KotlinAnnotationStripper

  • 所有已实现的接口:
    Pass

    public class KotlinAnnotationStripper
    extends java.lang.Object
    implements Pass
    This pass aggressively strips the kotlin.Metadata annotation from classes. We only keep the metadata for classes/members if the class isn't processed in any way.
    • 构造器详细资料

      • KotlinAnnotationStripper

        public KotlinAnnotationStripper​(Configuration configuration)
    • 方法详细资料

      • execute

        public void execute​(AppView appView)
        从接口复制的说明: Pass
        Executes the pass.
        指定者:
        execute 在接口中 Pass