Package org.spongepowered.asm.mixin
Annotation Interface Compatibility
@Target({TYPE,METHOD,CONSTRUCTOR,FIELD})
@Retention(CLASS)
@Documented
public @interface Compatibility
Selects the CleanMix compatibility version used by a mixin or one of its members.
Member annotations override the compatibility selected on the enclosing mixin.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueCleanMix version whose behaviour should be used, for example"0.1.0".- See Also:
-