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,29 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcDeclareAnnotation;
.super Ljava/lang/Object;
.source "ajcDeclareAnnotation.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 annotation()Ljava/lang/String;
.end method
.method public abstract kind()Ljava/lang/String;
.end method
.method public abstract pattern()Ljava/lang/String;
.end method
@@ -0,0 +1,29 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcDeclareEoW;
.super Ljava/lang/Object;
.source "ajcDeclareEoW.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 isError()Z
.end method
.method public abstract message()Ljava/lang/String;
.end method
.method public abstract pointcut()Ljava/lang/String;
.end method
@@ -0,0 +1,29 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcDeclareParents;
.super Ljava/lang/Object;
.source "ajcDeclareParents.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 isExtends()Z
.end method
.method public abstract parentTypes()Ljava/lang/String;
.end method
.method public abstract targetTypePattern()Ljava/lang/String;
.end method
@@ -0,0 +1,23 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcDeclarePrecedence;
.super Ljava/lang/Object;
.source "ajcDeclarePrecedence.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,26 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcDeclareSoft;
.super Ljava/lang/Object;
.source "ajcDeclareSoft.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 exceptionType()Ljava/lang/String;
.end method
.method public abstract pointcut()Ljava/lang/String;
.end method
@@ -0,0 +1,29 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcITD;
.super Ljava/lang/Object;
.source "ajcITD.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 modifiers()I
.end method
.method public abstract name()Ljava/lang/String;
.end method
.method public abstract targetType()Ljava/lang/String;
.end method
@@ -0,0 +1,18 @@
.class public interface abstract annotation Lorg/aspectj/internal/lang/annotation/ajcPrivileged;
.super Ljava/lang/Object;
.source "ajcPrivileged.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