blob: 801f798d2ce10f6c415bd95d4c2d9071a16b2935 [file] [log] [blame]
package org.apache.felix.ipojo.test.scenarios.component;
import org.apache.felix.ipojo.annotations.Component;
@Component(name="factory", publicFactory=true)
public class Factory {
}