blob: 6ed811b5ad6e2fa084831d628fbf546c742ba4f5 [file]
@java.lang.annotation.Repeatable()
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
public abstract @interface Two /* Two*/ {
public abstract @org.jetbrains.annotations.NotNull() java.lang.String name();// name()
}