Field mixins
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user