Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottmarlow/5aa1837294606fa980f77f2feb3c5b0d to your computer and use it in GitHub Desktop.
Save scottmarlow/5aa1837294606fa980f77f2feb3c5b0d to your computer and use it in GitHub Desktop.
wildfly/testsuite/integration/basic/target/test-classes/org/jboss/as/test/integration/ee/injection/resource/superclass/SimpleManagedBean.class
Classfile /home/smarlow/work/wildfly/testsuite/integration/basic/target/test-classes/org/jboss/as/test/integration/ee/injection/resource/superclass/SimpleManagedBean.class
Last modified Mar 22, 2024; size 510 bytes
SHA-256 checksum e188306f687a4a0d569351ec9b6a6ad62aa46e75b42b8e348665293b1496af59
Compiled from "SimpleManagedBean.java"
public class org.jboss.as.test.integration.ee.injection.resource.superclass.SimpleManagedBean
minor version: 0
major version: 55
flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: #7 // org/jboss/as/test/integration/ee/injection/resource/superclass/SimpleManagedBean
super_class: #2 // java/lang/Object
interfaces: 0, fields: 0, methods: 1, attributes: 2
Constant pool:
#1 = Methodref #2.#3 // java/lang/Object."<init>":()V
#2 = Class #4 // java/lang/Object
#3 = NameAndType #5:#6 // "<init>":()V
#4 = Utf8 java/lang/Object
#5 = Utf8 <init>
#6 = Utf8 ()V
#7 = Class #8 // org/jboss/as/test/integration/ee/injection/resource/superclass/SimpleManagedBean
#8 = Utf8 org/jboss/as/test/integration/ee/injection/resource/superclass/SimpleManagedBean
#9 = Utf8 Code
#10 = Utf8 LineNumberTable
#11 = Utf8 LocalVariableTable
#12 = Utf8 this
#13 = Utf8 Lorg/jboss/as/test/integration/ee/injection/resource/superclass/SimpleManagedBean;
#14 = Utf8 SourceFile
#15 = Utf8 SimpleManagedBean.java
#16 = Utf8 RuntimeVisibleAnnotations
#17 = Utf8 Ljakarta/annotation/ManagedBean;
#18 = Utf8 value
#19 = Utf8 simpleManagedBean
{
public org.jboss.as.test.integration.ee.injection.resource.superclass.SimpleManagedBean();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
0: aload_0
1: invokespecial #1 // Method java/lang/Object."<init>":()V
4: return
LineNumberTable:
line 13: 0
LocalVariableTable:
Start Length Slot Name Signature
0 5 0 this Lorg/jboss/as/test/integration/ee/injection/resource/superclass/SimpleManagedBean;
}
SourceFile: "SimpleManagedBean.java"
RuntimeVisibleAnnotations:
0: #17(#18=s#19)
jakarta.annotation.ManagedBean(
value="simpleManagedBean"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment