summaryrefslogtreecommitdiffstats
path: root/tests/bugs185/456357/LogMe.java
blob: a16ca765a3e224d7472b0a598c3a4f82487aa903 (plain)
1
2
3
4
5
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface LogMe {}