throw new InvalidSpecException("@%s may not be applied to feature methods")
.withArgs(annotation.annotationType().getSimpleName());
}
public void visitFixtureAnnotation(T annotation, MethodInfo fixtureMethod) {
throw new InvalidSpecException("@%s may not be applied to fixture methods")
.withArgs(annotation.annotationType().getSimpleName());
}