[SLC] implement java annotations for annotation classes
^KT-55481 Fixed
This commit is contained in:
committed by
Space Team
parent
1e1525bae5
commit
f3c7972d20
@@ -0,0 +1,6 @@
|
||||
@java.lang.annotation.Repeatable(value = TwoContainer.class)
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
public abstract @interface Two /* Two*/ {
|
||||
public abstract java.lang.String name();// name()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user