Adding Groovy libraries for JPF runs.
[jpf-core.git] / examples / groovy-2.4.8 / META-INF / services / org.codehaus.groovy.transform.ASTTransformation
1 # Licensed to the Apache Software Foundation (ASF) under one or more\r
2 # contributor license agreements.  See the NOTICE file distributed with\r
3 # this work for additional information regarding copyright ownership.\r
4 # The ASF licenses this file to You under the Apache License, Version 2.0\r
5 # (the "License"); you may not use this file except in compliance with\r
6 # the License.  You may obtain a copy of the License at\r
7 #\r
8 #     http://www.apache.org/licenses/LICENSE-2.0\r
9 #\r
10 # Unless required by applicable law or agreed to in writing, software\r
11 # distributed under the License is distributed on an "AS IS" BASIS,\r
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13 # See the License for the specific language governing permissions and\r
14 # limitations under the License.\r
15 \r
16 # global transformation to handle @Grab annotation\r
17 groovy.grape.GrabAnnotationTransformation\r
18 \r
19 #global transformation for AST Builder\r
20 org.codehaus.groovy.ast.builder.AstBuilderTransformation\r