Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.thoughtworks.xstream.mapper;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface AnnotationConfiguration {
|
||||
void autodetectAnnotations(boolean z);
|
||||
|
||||
void processAnnotations(Class[] clsArr);
|
||||
}
|
||||
Reference in New Issue
Block a user