FIR LC: populate default retention policy of annotations
This commit is contained in:
committed by
Ilya Kirillov
parent
d196050d9f
commit
e446c988ee
@@ -1,8 +1,10 @@
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
public abstract @interface SimpleAnn /* SimpleAnn*/ {
|
||||
public abstract java.lang.String value();// value()
|
||||
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
public abstract @interface Ann /* Ann*/ {
|
||||
public abstract SimpleAnn[] t();// t()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user