blob: 1bb53696b0667d8a0be8b74be1fe6578b4e8fa70 [file] [log] [blame]
package org.apache.tapestry5.ioc.internal;
public interface NonAnnotatedGenericSetServiceInterface extends
NonAnnotatedGenericServiceInterface<String>
{
}