blob: 061a7899901f4dc4d9782c65b963822e1cf903ca [file] [log] [blame]
package tests;
import javax.annotation.Generated;
@Generated(value = "auto-factory")
final class SimpleClassFactory {
SimpleClass create() {
return new SimpleClass();
}
}