08b77bc916
plus minor tests refactoring
6 lines
159 B
Java
Vendored
6 lines
159 B
Java
Vendored
import java.lang.annotation.Retention;
|
|
import java.lang.annotation.RetentionPolicy;
|
|
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
public @interface SamWithReceiver1 {
|
|
} |