blob: 07919a119ce7aa66ad9969ed661225b821dd8636 [file] [log] [blame]
package testsubjects;
import org.apache.tapestry5.plastic.test.TestInject;
public class ParameterAnnotationsSubject
{
void theMethod(@TestInject
String injectFirst, int normalSecond)
{
}
}