13 lines
360 B
Smali
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
|