blob: d479204477b53c20afec437636c9cd2a4d036d84 [file] [log] [blame]
@java.lang.annotation.Repeatable(value = TwoContainer.class)
@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()
}