working on @JetProperty.type
This commit is contained in:
@@ -11,4 +11,5 @@ import java.lang.annotation.Target;
|
||||
@Target({ElementType.METHOD})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface JetProperty {
|
||||
String type() default "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user