com.faker.android.ClassExclusion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle Show documentation
Show all versions of gradle Show documentation
fakeradnroid gradle builder
package com.faker.android;
public interface ClassExclusion {
boolean exclude(String smaliFileName);
}