blob: 9235d6de60091ad9ab2aa515675c2385516b0bbe [file] [log] [blame]
package tests;
import com.google.autofactory.AutoFactory;
import com.google.common.base.Supplier;
@AutoFactory(implementing = Supplier.class)
public class SimpleClassImplementing {}