blob: b5753c46f1d49f4f5d1b43f93582118de3bf8364 [file]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
@Test1(12)
@Test1(@Test1)
@Test2(v=6)
@Test3(v1=6, v2=8, v3=10)
@Test4([1, 2, 3])
@Test5(v=[1, 2, 3])
@Test6(v1=[1, 2, 3], v2=[1], v3=6)
package core
@Grapes([
@Grab('xx:yy:1.0'), // xx
@Grab('zz:yy:1.0') /* zz */
])
import xx.yy.ZZ;