working on @JetProperty.type

This commit is contained in:
Stepan Koltsov
2012-01-12 07:04:00 +04:00
parent 541fc8ec29
commit ec5d5e2dcf
13 changed files with 130 additions and 59 deletions
@@ -11,4 +11,5 @@ import java.lang.annotation.Target;
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface JetProperty {
String type() default "";
}