summaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/declare/atmethodctor/Fruit.java
blob: 78d60bbe755057e1fa45c1252eaf03ed6aacd6e1 (plain)
1
2
import java.lang.annotation.*; 
@Retention(RetentionPolicy.RUNTIME) public @interface Fruit {String value();}