fix another case of property resolution, refactoring
This commit is contained in:
@@ -12,4 +12,6 @@ import java.lang.annotation.Target;
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface JetProperty {
|
||||
String type() default "";
|
||||
|
||||
String typeParameters() default "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user