Field mixins

This commit is contained in:
Alexander
2017-10-17 23:11:07 +02:00
committed by Adam
parent 9d7a105392
commit c3e8cc0131

View File

@@ -30,7 +30,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Target({ElementType.METHOD, ElementType.FIELD})
public @interface Inject
{