This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,23 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/AdviceName;
.super Ljava/lang/Object;
.source "AdviceName.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,32 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/After;
.super Ljava/lang/Object;
.source "After.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/After;
argNames = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,41 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/AfterReturning;
.super Ljava/lang/Object;
.source "AfterReturning.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/AfterReturning;
argNames = ""
pointcut = ""
returning = ""
value = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract pointcut()Ljava/lang/String;
.end method
.method public abstract returning()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,41 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/AfterThrowing;
.super Ljava/lang/Object;
.source "AfterThrowing.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/AfterThrowing;
argNames = ""
pointcut = ""
throwing = ""
value = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract pointcut()Ljava/lang/String;
.end method
.method public abstract throwing()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,32 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/Around;
.super Ljava/lang/Object;
.source "Around.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/Around;
argNames = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,29 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/Aspect;
.super Ljava/lang/Object;
.source "Aspect.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/Aspect;
value = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,32 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/Before;
.super Ljava/lang/Object;
.source "Before.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/Before;
argNames = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,26 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclareAnnotation;
.super Ljava/lang/Object;
.source "DeclareAnnotation.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->CONSTRUCTOR:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,23 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclareError;
.super Ljava/lang/Object;
.source "DeclareError.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,34 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclareMixin;
.super Ljava/lang/Object;
.source "DeclareMixin.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/DeclareMixin;
interfaces = {
Ljava/lang/Object;
}
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract interfaces()[Ljava/lang/Class;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,32 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclareParents;
.super Ljava/lang/Object;
.source "DeclareParents.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/DeclareParents;
defaultImpl = Lorg/aspectj/lang/annotation/DeclareParents;
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract defaultImpl()Ljava/lang/Class;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,23 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclarePrecedence;
.super Ljava/lang/Object;
.source "DeclarePrecedence.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,23 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/DeclareWarning;
.super Ljava/lang/Object;
.source "DeclareWarning.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,33 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/Pointcut;
.super Ljava/lang/Object;
.source "Pointcut.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/Pointcut;
argNames = ""
value = ""
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract argNames()Ljava/lang/String;
.end method
.method public abstract value()Ljava/lang/String;
.end method
@@ -0,0 +1,25 @@
.class public interface abstract annotation Lorg/aspectj/lang/annotation/SuppressAjWarnings;
.super Ljava/lang/Object;
.source "SuppressAjWarnings.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/aspectj/lang/annotation/SuppressAjWarnings;
value = {
""
}
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
# virtual methods
.method public abstract value()[Ljava/lang/String;
.end method