For `@:exclude` it should be easy. Just inject build macro and remove fields with such meta. For `@:include` it might be tricky. We need to process all test classes too see if there are any `@:include` first, then exclude anything else. Any ideas?