aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/ajdkExamples/NonPersistent.java
blob: 6510066c135c43544898ca8ab802be3fac168f77 (plain)
1
2
3
4
import java.lang.annotation.Inherited;

@Inherited
public @interface NonPersistent {}