2022-06-10 21:38:30 +09:00

13 lines
360 B
Smali

.class public interface abstract annotation Lorg/intellij/lang/annotations/Identifier;
.super Ljava/lang/Object;
.source "Identifier.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation build Lorg/intellij/lang/annotations/Pattern;
value = "\\p{javaJavaIdentifierStart}\\p{javaJavaIdentifierPart}*"
.end annotation