DisabledEvent Class — netty Architecture
Architecture documentation for the DisabledEvent class in JfrEventSafeTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 250ece0a_49cc_c045_bcfa_2eabacde9256["DisabledEvent"] a2571754_4131_6bd8_395b_69b04f5181b9["JfrEventSafeTest.java"] 250ece0a_49cc_c045_bcfa_2eabacde9256 -->|defined in| a2571754_4131_6bd8_395b_69b04f5181b9
Relationship Graph
Source Code
common/src/test/java/io/netty/util/internal/JfrEventSafeTest.java lines 86–89
@Enabled(false)
static final class DisabledEvent extends Event {
String foo;
}
Source
Frequently Asked Questions
What is the DisabledEvent class?
DisabledEvent is a class in the netty codebase, defined in common/src/test/java/io/netty/util/internal/JfrEventSafeTest.java.
Where is DisabledEvent defined?
DisabledEvent is defined in common/src/test/java/io/netty/util/internal/JfrEventSafeTest.java at line 86.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free