程序包 proguard.mark
类 Marker
- java.lang.Object
-
- proguard.mark.Marker
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMarker.KotlinDontOptimizeMarkerThis KotlinMetadataVisitor marks classes and members with DONT_OPTIMIZE if it is known that optimizing them would break Kotlin functionality.
-
构造器概要
构造器 构造器 说明 Marker(Configuration configuration)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidexecute(AppView appView)Marks classes and class members in the given class pools with appropriate access flags, corresponding to the class specifications in the configuration.
-
-
-
构造器详细资料
-
Marker
public Marker(Configuration configuration)
-
-