aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr153572/Configurable.java
blob: be9014322945a93cb4bca5b833483353e7e7a7d2 (plain)
1
2
3
4
5
6
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
public @interface Configurable {
	
}