// 
// Decompiled by Procyon v0.6.0
// 

package io.netty.buffer;

import jdk.jfr.Description;
import jdk.jfr.Label;
import jdk.jfr.Category;
import jdk.jfr.Enabled;
import jdk.jfr.Event;

@Enabled(false)
@Category({ "Netty" })
abstract class AbstractAllocatorEvent extends Event
{
    @Label("Allocator type")
    @Description("The type of allocator this event is for")
    public Class<? extends AbstractByteBufAllocator> allocatorType;
}
