Delete apiinfo/basic

This commit is contained in:
Eugene Yokota 2019-01-03 18:15:09 -05:00
parent 33b4db3daf
commit bb1d1edb67
5 changed files with 0 additions and 25 deletions

View File

@ -1,4 +0,0 @@
lazy val root = (project in file(".")).
settings(
scalaVersion := "2.10.6"
)

View File

@ -1,3 +0,0 @@
package testCase
case class FooUser(@Foo a: Int)

View File

@ -1,10 +0,0 @@
package testCase;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface JFoo {
}

View File

@ -1,7 +0,0 @@
import annotation.target.field
package object testCase {
type Foo = JFoo @field;
}

View File

@ -1 +0,0 @@
> compile